Build 1.01.318.0

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

A class that stores the state for a write 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 WriteOperation : TcpAsyncOperation<int>
Visual Basic
Protected Class WriteOperation _
	Inherits TcpAsyncOperation(Of Integer)
Visual C++
protected ref class WriteOperation : public TcpAsyncOperation<int>

Inheritance Hierarchy

System..::..Object
  Opc.Ua.Bindings..::..TcpAsyncOperation<(Of <(<'Int32>)>)>
    Opc.Ua.Bindings..::..TcpChannel..::..WriteOperation

See Also