'DeclarationPublic Function New( _ ByVal nodeArguments As UANodeArguments, _ ByVal readParameters As UAReadParameters _ )
'UsageDim nodeArguments As UANodeArguments Dim readParameters As UAReadParameters Dim instance As New UAReadArguments(nodeArguments, readParameters)
public UAReadArguments( UANodeArguments nodeArguments, UAReadParameters readParameters )
public: UAReadArguments( UANodeArguments^ nodeArguments, UAReadParameters^ readParameters )
Parameters
- nodeArguments
 - An object that specifies the node in the OPC server.
 - readParameters
 - Read parameters, such as the maximum age of the value.