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

A handle for a node which supports event history. More...

Inherits UnifiedAutomation.UaServer.HandleBase.

Public Member Functions

 HistoryEventHandle (IHistoryReadEventManager readManager, IHistoryUpdateEventManager updateManager, INodeManager nodeManager, IUserAccessManager userAccessManager, NodeId nodeId)
 Initializes a new instance of the HistoryEventHandle class. More...
 
- Public Member Functions inherited from UnifiedAutomation.UaServer.HandleBase
 HandleBase (NodeId nodeId, INodeManager nodeManager, IUserAccessManager userAccessManager)
 Initializes a new instance of the HandleBase class. More...
 
override string ToString ()
 Returns a System.String that represents this instance. More...
 
string ToString (string format, IFormatProvider formatProvider)
 Returns a System.String that represents this instance. More...
 

Properties

IHistoryReadEventManager ReadManager [get, set]
 Gets the manager that handles history event reads for the node. More...
 
IHistoryUpdateEventManager UpdateManager [get, set]
 Gets the manager that handles history event updates for the node. More...
 
- Properties inherited from UnifiedAutomation.UaServer.HandleBase
NodeId NodeId [get, set]
 Gets the node id. More...
 
INodeManager NodeManager [get, set]
 Gets the node manager that created the handle. More...
 
IUserAccessManager UserAccessManager [get, set]
 The object that is used to check if the current user has access to the node. More...
 
uint Type [get, set]
 Gets the type of the handle assigned by the creator of the handle. More...
 
object NodeData [get, set]
 Gets or sets the user data associated with the node by the creator of the node. More...
 
object UserData [get, set]
 Gets or sets the opaque data associated with the handle by the creator of the handle. More...
 

Detailed Description

A handle for a node which supports event history.

Constructor & Destructor Documentation

UnifiedAutomation.UaServer.HistoryEventHandle.HistoryEventHandle ( IHistoryReadEventManager  readManager,
IHistoryUpdateEventManager  updateManager,
INodeManager  nodeManager,
IUserAccessManager  userAccessManager,
NodeId  nodeId 
)
inline

Initializes a new instance of the HistoryEventHandle class.

Parameters
readManagerThe history event read manager.
updateManagerThe history event update manager.
nodeManagerThe node manager.
userAccessManagerThe user access manager.
nodeIdThe node id.

Property Documentation

IHistoryReadEventManager UnifiedAutomation.UaServer.HistoryEventHandle.ReadManager
getset

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

IHistoryUpdateEventManager UnifiedAutomation.UaServer.HistoryEventHandle.UpdateManager
getset

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


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