'Declaration
Public Function New( _ ByVal state As Object, _ ByVal endpointDescriptor As UAEndpointDescriptor, _ ByVal nodeDescriptor As UANodeDescriptor _ )
'Usage
Dim state As Object Dim endpointDescriptor As UAEndpointDescriptor Dim nodeDescriptor As UANodeDescriptor Dim instance As New UANodeArguments(state, endpointDescriptor, nodeDescriptor)
public UANodeArguments( object state, UAEndpointDescriptor endpointDescriptor, UANodeDescriptor nodeDescriptor )
public: UANodeArguments( Object^ state, UAEndpointDescriptor^ endpointDescriptor, UANodeDescriptor^ nodeDescriptor )
Parameters
- state
- User-defined state object.
- endpointDescriptor
- Endpoint descriptor. Identifies the OPC-UA server.
- nodeDescriptor
- Node descriptor. Identifies the node in OPC server's address space.