.NET Based OPC UA Client/Server SDK  3.0.10.493
UnifiedAutomation.UaServer.OperationHandle Class Reference

A base class for a handle for a single operation within a request. More...

Inherits IFormattable.

Inherited by UnifiedAutomation.UaServer.BrowseOperationHandle, UnifiedAutomation.UaServer.HistoryDataOperationHandle, UnifiedAutomation.UaServer.HistoryEventOperationHandle, UnifiedAutomation.UaServer.MethodOperationHandle, UnifiedAutomation.UaServer.MonitoredItemOperationHandle, UnifiedAutomation.UaServer.NodeAttributeOperationHandle, and UnifiedAutomation.UaServer.NotifierOperationHandle.

Public Member Functions

override string ToString ()
 Returns a System.String that represents this instance. More...
 
virtual string ToString (string format, IFormatProvider formatProvider)
 Returns a System.String that represents this instance. More...
 

Properties

TransactionHandle Transaction [get, set]
 Gets or sets the transaction associated with the handle. More...
 
int Index [get, set]
 Gets or sets the index within the list of operations for a request. More...
 
object UserData [get, set]
 Gets the opaque data associated with the handle by the creator of the operation handle. More...
 

Detailed Description

A base class for a handle for a single operation within a request.

Member Function Documentation

override string UnifiedAutomation.UaServer.OperationHandle.ToString ( )
inline

Returns a System.String that represents this instance.

Returns
A System.String that represents this instance.
virtual string UnifiedAutomation.UaServer.OperationHandle.ToString ( string  format,
IFormatProvider  formatProvider 
)
inlinevirtual

Returns a System.String that represents this instance.

Parameters
formatThe format.
formatProviderThe format provider.
Returns
A System.String that represents this instance.

Property Documentation

int UnifiedAutomation.UaServer.OperationHandle.Index
getset

Gets or sets the index within the list of operations for a request.

The index.

TransactionHandle UnifiedAutomation.UaServer.OperationHandle.Transaction
getset

Gets or sets the transaction associated with the handle.

The transaction.

object UnifiedAutomation.UaServer.OperationHandle.UserData
getset

Gets the opaque data associated with the handle by the creator of the operation handle.

The user data.


The documentation for this class was generated from the following file: