Opc.Ua.Core
SendRequestAsync Method (HttpsTransportChannel)



Opc.Ua.Bindings Namespace > HttpsTransportChannel Class : SendRequestAsync Method
Syntax
'Declaration
 
<AsyncStateMachineAttribute(Opc.Ua.Bindings.HttpsTransportChannel/d__36)> 
Public Function SendRequestAsync( _ 
   ByVal request As IServiceRequest, _ 
   ByVal ct As CancellationToken _ 
) As Task(Of IServiceResponse)
'Usage
 
Dim instance As HttpsTransportChannel
Dim request As IServiceRequest
Dim ct As CancellationToken
Dim value As Task(Of IServiceResponse)
 
value = instance.SendRequestAsync(request, ct)
[AsyncStateMachine(Opc.Ua.Bindings.HttpsTransportChannel/d__36)] 
public Task<IServiceResponse> SendRequestAsync( 
   IServiceRequest request, 
   CancellationToken ct 
)
[AsyncStateMachine(Opc.Ua.Bindings.HttpsTransportChannel/d__36)] 
public: 
Task<IServiceResponse^>^ SendRequestAsync( 
   IServiceRequest^ request, 
   CancellationToken ct 
) 

Parameters

request
ct
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

HttpsTransportChannel Class
HttpsTransportChannel Members