'Declaration
<ExtensionAttribute()> Public Shared Sub Enable( _ ByVal client As IEasyUAClient, _ ByVal endpointDescriptor As UAEndpointDescriptor, _ ByVal objectOrConditionNodeDescriptor As UANodeDescriptor _ )
'Usage
Dim client As IEasyUAClient Dim endpointDescriptor As UAEndpointDescriptor Dim objectOrConditionNodeDescriptor As UANodeDescriptor IEasyUAClientExtension.Enable(client, endpointDescriptor, objectOrConditionNodeDescriptor)
[Extension()] public static void Enable( IEasyUAClient client, UAEndpointDescriptor endpointDescriptor, UANodeDescriptor objectOrConditionNodeDescriptor )
[Extension()] public: static void Enable( IEasyUAClient^ client, UAEndpointDescriptor^ endpointDescriptor, UANodeDescriptor^ objectOrConditionNodeDescriptor )
Parameters
- client
- The client object that will perform the operation.
- endpointDescriptor
- Endpoint descriptor. Identifies the OPC-UA server.
- objectOrConditionNodeDescriptor
- Node descriptor. Identifies the node in OPC server's address space.