Opc.Ua.Core
CreateResponse(RequestHeader,Exception) Method



Opc.Ua Namespace > ServerBase Class > CreateResponse Method : CreateResponse(RequestHeader,Exception) Method
The object that contains description for the RequestHeader DataType.
The exception used to create DiagnosticInfo assigned to the ServiceDiagnostics.
Creates the response header.
Syntax
'Declaration
 
Protected Overloads Overridable Function CreateResponse( _
   ByVal requestHeader As RequestHeader, _
   ByVal exception As Exception _
) As ResponseHeader
'Usage
 
Dim instance As ServerBase
Dim requestHeader As RequestHeader
Dim exception As Exception
Dim value As ResponseHeader
 
value = instance.CreateResponse(requestHeader, exception)
protected virtual ResponseHeader CreateResponse( 
   RequestHeader requestHeader,
   Exception exception
)
protected:
virtual ResponseHeader^ CreateResponse( 
   RequestHeader^ requestHeader,
   Exception^ exception
) 

Parameters

requestHeader
The object that contains description for the RequestHeader DataType.
exception
The exception used to create DiagnosticInfo assigned to the ServiceDiagnostics.

Return Value

Returns a description for the ResponseHeader DataType.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ServerBase Class
ServerBase Members
Overload List