'Declaration
Public Function New( _ ByVal operationArguments As OperationArguments, _ ByVal endpointDescriptor As UAEndpointDescriptor, _ ByVal nodeDescriptor As UANodeDescriptor _ )
'Usage
Dim operationArguments As OperationArguments Dim endpointDescriptor As UAEndpointDescriptor Dim nodeDescriptor As UANodeDescriptor Dim instance As New UANodeArguments(operationArguments, endpointDescriptor, nodeDescriptor)
public UANodeArguments( OperationArguments operationArguments, UAEndpointDescriptor endpointDescriptor, UANodeDescriptor nodeDescriptor )
public: UANodeArguments( OperationArguments^ operationArguments, UAEndpointDescriptor^ endpointDescriptor, UANodeDescriptor^ nodeDescriptor )
Parameters
- operationArguments
- Operation arguments object to be copied from.
- endpointDescriptor
- Endpoint descriptor. Identifies the OPC-UA server.
- nodeDescriptor
- Node descriptor. Identifies the node in OPC server's address space.