Opc.Ua.Core
SendRequestAsync Method (ITransportChannel)



Opc.Ua Namespace > ITransportChannel Interface : SendRequestAsync Method
The request to send.
The cancellation token.
Sends a request over the secure channel, async version.
Syntax
'Declaration
 
Function SendRequestAsync( _
   ByVal request As IServiceRequest, _
   ByVal ct As CancellationToken _
) As Task(Of IServiceResponse)
'Usage
 
Dim instance As ITransportChannel
Dim request As IServiceRequest
Dim ct As CancellationToken
Dim value As Task(Of IServiceResponse)
 
value = instance.SendRequestAsync(request, ct)

Parameters

request
The request to send.
ct
The cancellation token.

Return Value

The response returned by the server.
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

ITransportChannel Interface
ITransportChannel Members