'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