Opc.Ua.Core
BeginSendRequest Method (UaSCUaBinaryTransportChannel)



Opc.Ua.Bindings Namespace > UaSCUaBinaryTransportChannel Class : BeginSendRequest Method
The request to send.
The callback to call when the operation completes.
The callback data to return with the callback.
Begins an asynchronous operation to send a request over the secure channel.
Syntax
'Declaration
 
Public Function BeginSendRequest( _
   ByVal request As IServiceRequest, _
   ByVal callback As AsyncCallback, _
   ByVal callbackData As Object _
) As IAsyncResult
'Usage
 
Dim instance As UaSCUaBinaryTransportChannel
Dim request As IServiceRequest
Dim callback As AsyncCallback
Dim callbackData As Object
Dim value As IAsyncResult
 
value = instance.BeginSendRequest(request, callback, callbackData)

Parameters

request
The request to send.
callback
The callback to call when the operation completes.
callbackData
The callback data to return with the callback.

Return Value

The result which must be passed to the EndSendRequest method.
Exceptions
ExceptionDescription
Thrown if any communication error occurs.
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

UaSCUaBinaryTransportChannel Class
UaSCUaBinaryTransportChannel Members
SendRequest Method