.NET Based OPC UA Client/Server SDK  3.1.0.500
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]
 Gets the browse handle. More...
 
ViewHandle ViewHandle [get]
 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...
 
int ContinuationPointIndex [get, set]
 The index of the continuation point in the continuation point list. 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
get

Gets the browse handle.

int UnifiedAutomation.UaServer.BrowseOperationHandle.ContinuationPointIndex
getset

The index of the continuation point in the continuation point list.

The number of current continuation points can be different from the number operation handles if invalid continuation points have been passed by the client.

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
get

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: