Build 1.01.318.0

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

Stores the results of an asynchronous 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#
public class TcpAsyncOperation<T> : IAsyncResult, 
	IDisposable
Visual Basic
Public Class TcpAsyncOperation(Of T) _
	Implements IAsyncResult, IDisposable
Visual C++
generic<typename T>
public ref class TcpAsyncOperation : IAsyncResult, 
	IDisposable

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Opc.Ua.Bindings.TcpAsyncOperation`1"]

Inheritance Hierarchy

See Also