UA Bundle SDK .NET  2.2.1.258
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Groups Pages
UnifiedAutomation.UaServer.HistoryDataOperationHandle Class Reference

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

Inherits UnifiedAutomation.UaServer.OperationHandle.

Public Member Functions

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

HistoryDataHandle NodeHandle [get, set]
 Gets the node handle. More...
 
IHistoryReadDataManager ReadManager [get]
 Gets the manager that handles history data reads for the node. More...
 
IHistoryUpdateDataManager UpdateManager [get]
 Gets the manager that handles history data 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 data operation within a request.

Constructor & Destructor Documentation

UnifiedAutomation.UaServer.HistoryDataOperationHandle.HistoryDataOperationHandle ( HistoryDataHandle  nodeHandle)
inline

Initializes a new instance of the HistoryDataOperationHandle class.

Parameters
nodeHandleThe node handle.

Property Documentation

HistoryDataHandle UnifiedAutomation.UaServer.HistoryDataOperationHandle.NodeHandle
getset

Gets the node handle.

NodeId UnifiedAutomation.UaServer.HistoryDataOperationHandle.NodeId
get

Gets the node id.

IHistoryReadDataManager UnifiedAutomation.UaServer.HistoryDataOperationHandle.ReadManager
get

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

IHistoryUpdateDataManager UnifiedAutomation.UaServer.HistoryDataOperationHandle.UpdateManager
get

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


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