'DeclarationPublic Function New( _ ByVal serverOperationContext As UAServerOperationContext, _ ByVal dataVariable As UADataVariable, _ ByVal attributeData As UAAttributeData _ )
'UsageDim serverOperationContext As UAServerOperationContext Dim dataVariable As UADataVariable Dim attributeData As UAAttributeData Dim instance As New UADataVariableWriteEventArgs(serverOperationContext, dataVariable, attributeData)
public UADataVariableWriteEventArgs( UAServerOperationContext serverOperationContext, UADataVariable dataVariable, UAAttributeData attributeData )
public: UADataVariableWriteEventArgs( UAServerOperationContext^ serverOperationContext, UADataVariable^ dataVariable, UAAttributeData^ attributeData )
Parameters
- serverOperationContext
- The server operation context associated with the write operation.
The value of this parameter cannot be
null(Nothingin Visual Basic). - dataVariable
- The data variable to which the data is being written.
The value of this parameter cannot be
null(Nothingin Visual Basic). - attributeData
- The attribute data (value, status code, and timestamps) to be written.
The value of this parameter cannot be
null(Nothingin Visual Basic).