'Declaration
Public Function New( _ ByVal state As Object, _ ByVal exception As Exception, _ ByVal attributeData As UAAttributeData _ )
'Usage
Dim state As Object Dim exception As Exception Dim attributeData As UAAttributeData Dim instance As New UAAttributeDataResult(state, exception, attributeData)
public UAAttributeDataResult( object state, Exception exception, UAAttributeData attributeData )
public: UAAttributeDataResult( Object^ state, Exception^ exception, UAAttributeData^ attributeData )
Parameters
- state
- The state object specified when the operation was invoked.
The value of this parameter can be
null
(Nothing
in Visual Basic). - exception
- The reason of the failure of the operation.
The value of this parameter can be
null
(Nothing
in Visual Basic). - attributeData
- The OpcLabs.EasyOpc.UA.UAAttributeData (value, timestamps and status code) that is a successful result of the operation.
The value of this parameter can be
null
(Nothing
in Visual Basic).