Opc.Ua.Core
BeginProcessRequest Method (EndpointBase)



Opc.Ua Namespace > EndpointBase Class : BeginProcessRequest Method
A unique identifier for the secure channel which is the source of the request.
The description of the endpoint which the secure channel is using.
The incoming request.
The callback.
The callback data.
Begins processing a request received via a binary encoded channel.
Syntax
'Declaration
 
Public Function BeginProcessRequest( _
   ByVal channeId As String, _
   ByVal endpointDescription As EndpointDescription, _
   ByVal request As IServiceRequest, _
   ByVal callback As AsyncCallback, _
   ByVal callbackData As Object _
) As IAsyncResult
'Usage
 
Dim instance As EndpointBase
Dim channeId As String
Dim endpointDescription As EndpointDescription
Dim request As IServiceRequest
Dim callback As AsyncCallback
Dim callbackData As Object
Dim value As IAsyncResult
 
value = instance.BeginProcessRequest(channeId, endpointDescription, request, callback, callbackData)

Parameters

channeId
A unique identifier for the secure channel which is the source of the request.
endpointDescription
The description of the endpoint which the secure channel is using.
request
The incoming request.
callback
The callback.
callbackData
The callback data.

Return Value

The result which must be passed to the EndProcessRequest method.
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

EndpointBase Class
EndpointBase Members
EndProcessRequest Method
ITransportListener Interface