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

A handle for a single call operation within a request. More...

Inherits UnifiedAutomation.UaServer.OperationHandle.

Public Member Functions

 MethodOperationHandle (MethodHandle methodHandle)
 Initializes a new instance of the MethodOperationHandle 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

MethodHandle MethodHandle [get, set]
 Gets the method manager that knows how to call the method on the selected object. More...
 
IMethodManager MethodManager [get]
 Gets the method manager that knows how to call the method on the selected object. More...
 
NodeId ObjectId [get]
 Gets the object id. More...
 
NodeId MethodId [get]
 Gets the method id. More...
 
CallMethodEventHandler Dispatcher [get]
 Gets the handler for the method. 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 call operation within a request.

Constructor & Destructor Documentation

UnifiedAutomation.UaServer.MethodOperationHandle.MethodOperationHandle ( MethodHandle  methodHandle)
inline

Initializes a new instance of the MethodOperationHandle class.

Parameters
methodHandleThe method handle.

Property Documentation

CallMethodEventHandler UnifiedAutomation.UaServer.MethodOperationHandle.Dispatcher
get

Gets the handler for the method.

MethodHandle UnifiedAutomation.UaServer.MethodOperationHandle.MethodHandle
getset

Gets the method manager that knows how to call the method on the selected object.

NodeId UnifiedAutomation.UaServer.MethodOperationHandle.MethodId
get

Gets the method id.

IMethodManager UnifiedAutomation.UaServer.MethodOperationHandle.MethodManager
get

Gets the method manager that knows how to call the method on the selected object.

NodeId UnifiedAutomation.UaServer.MethodOperationHandle.ObjectId
get

Gets the object id.


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