'Declaration
Public Function New( _ ByVal attributeArguments As UAAttributeArguments, _ ByVal readParameters As UAReadParameters _ )
'Usage
Dim attributeArguments As UAAttributeArguments Dim readParameters As UAReadParameters Dim instance As New UAReadArguments(attributeArguments, readParameters)
public UAReadArguments( UAAttributeArguments attributeArguments, UAReadParameters readParameters )
public: UAReadArguments( UAAttributeArguments^ attributeArguments, UAReadParameters^ readParameters )
Parameters
- attributeArguments
- Attribute arguments object to be copied from.
- readParameters
- Contains parameters for OPC-UA read operations, such as the maximum age of the value.