Opc.Ua.Core
EndSendRequestAsync Method (ITransportChannel)



Opc.Ua Namespace > ITransportChannel Interface : EndSendRequestAsync Method
The result returned from the BeginSendRequest call.
The cancellation token.
Completes an asynchronous operation to send a request over the secure channel. Awaitable version
Syntax
'Declaration
 
Function EndSendRequestAsync( _
   ByVal result As IAsyncResult, _
   ByVal ct As CancellationToken _
) As Task(Of IServiceResponse)
'Usage
 
Dim instance As ITransportChannel
Dim result As IAsyncResult
Dim ct As CancellationToken
Dim value As Task(Of IServiceResponse)
 
value = instance.EndSendRequestAsync(result, ct)

Parameters

result
The result returned from the BeginSendRequest call.
ct
The cancellation token.
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
SendRequest Method