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



Opc.Ua Namespace > ServerBase Class > CreateResponse Method : CreateResponse(RequestHeader,StringTable) Method
The object that contains description for the RequestHeader DataType.
The thread safe table of string constants.
Creates the response header.
Syntax
'Declaration
 
Protected Overloads Overridable Function CreateResponse( _
   ByVal requestHeader As RequestHeader, _
   ByVal stringTable As StringTable _
) As ResponseHeader
'Usage
 
Dim instance As ServerBase
Dim requestHeader As RequestHeader
Dim stringTable As StringTable
Dim value As ResponseHeader
 
value = instance.CreateResponse(requestHeader, stringTable)
protected virtual ResponseHeader CreateResponse( 
   RequestHeader requestHeader,
   StringTable stringTable
)
protected:
virtual ResponseHeader^ CreateResponse( 
   RequestHeader^ requestHeader,
   StringTable^ stringTable
) 

Parameters

requestHeader
The object that contains description for the RequestHeader DataType.
stringTable
The thread safe table of string constants.

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