'Declaration
Public Function New( _ ByVal nodeArguments As UANodeArguments _ )
'Usage
Dim nodeArguments As UANodeArguments Dim instance As New UACallArguments(nodeArguments)
public UACallArguments( UANodeArguments nodeArguments )
public: UACallArguments( UANodeArguments^ nodeArguments )
Parameters
- nodeArguments
- An object that specifies the node in the OPC server.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).