'Declaration
Public Function New( _ ByVal attributeArguments As UAAttributeArguments, _ ByVal attributeData As UAAttributeData _ )
'Usage
Dim attributeArguments As UAAttributeArguments Dim attributeData As UAAttributeData Dim instance As New UAWriteArguments(attributeArguments, attributeData)
public UAWriteArguments( UAAttributeArguments attributeArguments, UAAttributeData attributeData )
public: UAWriteArguments( UAAttributeArguments^ attributeArguments, UAAttributeData^ attributeData )
Parameters
- attributeArguments
- Attribute arguments object to be copied from.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - attributeData
- Value of an attribute, together with status code and timestamps, to be written.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).