Build 1.01.318.0

[This is preliminary documentation and is subject to change.]

Stores the state of an asynchronous send operation.

Namespace: Opc.Ua.Bindings
Assembly: Opc.Ua.Core (in Opc.Ua.Core.dll) Version: 1.1.318.1 (1.01.318.1)

Syntax

C#
protected class SendOperation : TcpAsyncOperation<IServiceResponse>
Visual Basic
Protected Class SendOperation _
	Inherits TcpAsyncOperation(Of IServiceResponse)
Visual C++
protected ref class SendOperation : public TcpAsyncOperation<IServiceResponse^>

Inheritance Hierarchy

System..::..Object
  Opc.Ua.Bindings..::..TcpAsyncOperation<(Of <(<'IServiceResponse>)>)>
    Opc.Ua.Bindings..::..UaTcpRequestChannel..::..SendOperation

See Also