.NET Based OPC UA Client/Server SDK  2.6.0.418
UnifiedAutomation.UaServer.QueryHandle Class Reference

A handle for a query. More...

Inherits UnifiedAutomation.UaServer.HandleBase.

Public Member Functions

 QueryHandle (IQueryManager queryManager, INodeManager nodeManager, IUserAccessManager userAccessManager)
 Initializes a new instance of the QueryHandle 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

IQueryManager QueryManager [get]
 
ViewHandle ViewHandle [get]
 Gets the view handle. More...
 
- Properties inherited from UnifiedAutomation.UaServer.HandleBase
NodeId NodeId [get]
 Gets the node id. More...
 
INodeManager NodeManager [get]
 Gets the node manager that created the handle. More...
 
IUserAccessManager UserAccessManager [get]
 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 query.

Constructor & Destructor Documentation

UnifiedAutomation.UaServer.QueryHandle.QueryHandle ( IQueryManager  queryManager,
INodeManager  nodeManager,
IUserAccessManager  userAccessManager 
)
inline

Initializes a new instance of the QueryHandle class.

Parameters
queryManagerThe node manager.
nodeManagerThe node manager.
userAccessManagerThe user access manager.

Property Documentation

IQueryManager UnifiedAutomation.UaServer.QueryHandle.QueryManager
get

ViewHandle UnifiedAutomation.UaServer.QueryHandle.ViewHandle
get

Gets the view handle.


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