.NET Based OPC UA Client/Server SDK  2.6.1.422
UnifiedAutomation.UaServer.NodeAttributeOperationHandle Class Reference

A handle for a node related operations. More...

Inherits UnifiedAutomation.UaServer.OperationHandle.

Public Member Functions

 NodeAttributeOperationHandle (NodeAttributeHandle nodeHandle)
 Initializes a new instance of the NodeAttributeOperationHandle class. More...
 
- Public Member Functions inherited from UnifiedAutomation.UaServer.OperationHandle
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

NodeAttributeHandle NodeHandle [get]
 Gets the node handle. More...
 
IIOManager IOManager [get]
 Gets the IO manager. More...
 
INodeManager NodeManager [get]
 Gets the node manager. More...
 
NodeId NodeId [get]
 Gets the node id. More...
 
uint AttributeId [get]
 Gets the attribute id. More...
 
- Properties inherited from UnifiedAutomation.UaServer.OperationHandle
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 handle for a node related operations.

Constructor & Destructor Documentation

UnifiedAutomation.UaServer.NodeAttributeOperationHandle.NodeAttributeOperationHandle ( NodeAttributeHandle  nodeHandle)
inline

Initializes a new instance of the NodeAttributeOperationHandle class.

Parameters
nodeHandleThe node handle.

Property Documentation

uint UnifiedAutomation.UaServer.NodeAttributeOperationHandle.AttributeId
get

Gets the attribute id.

IIOManager UnifiedAutomation.UaServer.NodeAttributeOperationHandle.IOManager
get

Gets the IO manager.

NodeAttributeHandle UnifiedAutomation.UaServer.NodeAttributeOperationHandle.NodeHandle
get

Gets the node handle.

NodeId UnifiedAutomation.UaServer.NodeAttributeOperationHandle.NodeId
get

Gets the node id.

INodeManager UnifiedAutomation.UaServer.NodeAttributeOperationHandle.NodeManager
get

Gets the node manager.


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