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

A handle for a single operation within a browse or translate request. More...

Inherits UnifiedAutomation.UaServer.OperationHandle.

Public Member Functions

 BrowseOperationHandle (BrowseHandle browseHandle, ViewHandle viewHandle)
 Initializes a new instance of the BrowseOperationHandle 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

BrowseHandle BrowseHandle [get, set]
 Gets the browse handle. More...
 
ViewHandle ViewHandle [get, set]
 Gets the view handle. More...
 
IViewManager ViewManager [get]
 Gets the view manager. More...
 
INodeManager NodeManager [get]
 Gets the node 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 single operation within a browse or translate request.

Constructor & Destructor Documentation

UnifiedAutomation.UaServer.BrowseOperationHandle.BrowseOperationHandle ( BrowseHandle  browseHandle,
ViewHandle  viewHandle 
)
inline

Initializes a new instance of the BrowseOperationHandle class.

Parameters
browseHandleThe browse handle.
viewHandleThe view handle.

Property Documentation

BrowseHandle UnifiedAutomation.UaServer.BrowseOperationHandle.BrowseHandle
getset

Gets the browse handle.

NodeId UnifiedAutomation.UaServer.BrowseOperationHandle.NodeId
get

Gets the node id.

INodeManager UnifiedAutomation.UaServer.BrowseOperationHandle.NodeManager
get

Gets the node manager.

ViewHandle UnifiedAutomation.UaServer.BrowseOperationHandle.ViewHandle
getset

Gets the view handle.

IViewManager UnifiedAutomation.UaServer.BrowseOperationHandle.ViewManager
get

Gets the view manager.


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