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

A handle for a single history event operation within a request. More...

Inherits UnifiedAutomation.UaServer.OperationHandle.

Public Member Functions

 HistoryEventOperationHandle (HistoryEventHandle nodeHandle)
 Initializes a new instance of the HistoryEventOperationHandle 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

HistoryEventHandle NodeHandle [get]
 Gets the node handle. More...
 
IHistoryReadEventManager ReadManager [get]
 Gets the manager that handles history event reads for the node. More...
 
IHistoryUpdateEventManager UpdateManager [get]
 Gets the manager that handles history event updates for the node. 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 single history event operation within a request.

Constructor & Destructor Documentation

UnifiedAutomation.UaServer.HistoryEventOperationHandle.HistoryEventOperationHandle ( HistoryEventHandle  nodeHandle)
inline

Initializes a new instance of the HistoryEventOperationHandle class.

Parameters
nodeHandleThe node handle.

Property Documentation

HistoryEventHandle UnifiedAutomation.UaServer.HistoryEventOperationHandle.NodeHandle
get

Gets the node handle.

NodeId UnifiedAutomation.UaServer.HistoryEventOperationHandle.NodeId
get

Gets the node id.

IHistoryReadEventManager UnifiedAutomation.UaServer.HistoryEventOperationHandle.ReadManager
get

Gets the manager that handles history event reads for the node.

IHistoryUpdateEventManager UnifiedAutomation.UaServer.HistoryEventOperationHandle.UpdateManager
get

Gets the manager that handles history event updates for the node.


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