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

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

Inherits UnifiedAutomation.UaServer.OperationHandle.

Public Member Functions

 NotifierOperationHandle (NotifierHandle notifierHandle)
 Initializes a new instance of the NotifierOperationHandle 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

NotifierHandle NotifierHandle [get]
 Gets the node handle. More...
 
IEventManager EventManager [get]
 Gets the IO manager. More...
 
NodeId NodeId [get]
 Gets the node 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.NotifierOperationHandle.NotifierOperationHandle ( NotifierHandle  notifierHandle)
inline

Initializes a new instance of the NotifierOperationHandle class.

Parameters
notifierHandleThe notifier handle.

Property Documentation

IEventManager UnifiedAutomation.UaServer.NotifierOperationHandle.EventManager
get

Gets the IO manager.

NodeId UnifiedAutomation.UaServer.NotifierOperationHandle.NodeId
get

Gets the node id.

NotifierHandle UnifiedAutomation.UaServer.NotifierOperationHandle.NotifierHandle
get

Gets the node handle.


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