Name | Description | |
---|---|---|
UAClientOperationContext Constructor | Initializes a new instance of the operation context for a given client mapper. |
The following tables list the members exposed by UAClientOperationContext.
Name | Description | |
---|---|---|
UAClientOperationContext Constructor | Initializes a new instance of the operation context for a given client mapper. |
Name | Description | |
---|---|---|
ClientMapper | The client mapper to which this operation context belongs. | |
ReadDataDictionary | A dictionary of OPC-UA data mappings registered to the Read operation. | |
SubscribeDataDictionary | A dictionary of OPC-UA data mappings registered to the Subscribe operation. | |
UnsubscribeDataDictionary | A dictionary of OPC-UA data mappings registered to the Unsubscribe operation. | |
WriteDataDictionary | A dictionary of OPC-UA data mappings registered to the Write operation. |
Name | Description | |
---|---|---|
Equals | (Inherited from object) | |
GetHashCode | Serves as the default hash function. (Inherited from object) | |
GetType | Gets the System.Type of the current instance. (Inherited from object) | |
RegisterReadData | Registers a given OPC-UA data mapping to a Read operation. | |
RegisterSubscribeData | Registers a given OPC-UA data mapping to a Subscribe operation. | |
RegisterUnsubscribeData | Registers a given OPC-UA data mapping to a Unsubscribe operation. | |
RegisterWriteData | Registers a given OPC-UA data mapping to a Write operation. | |
ToString | Returns a string that represents the current object. (Inherited from object) |
Name | Description | |
---|---|---|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from object) | |
MemberwiseClone | Creates a shallow copy of the current System.Object. (Inherited from object) |