Parameters
- attributeData
- The value/timestamps/status code that is the result of the OPC read.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).
The value of this parameter cannot be null
(Nothing
in Visual Basic).
The value of this parameter cannot be null
(Nothing
in Visual Basic).
Marks the event as handled and sets the specified OPC UA attribute data as the result of the event handling.
Calling this method indicates that the event has been fully processed and no further action is required. The specified attributeData will be used as the outcome of the event handling, containing the value, timestamps, and status code that result from the read operation.
If you want to use the current time as the source timestamp, and only specify the value and/or the status code, you can use other convenience overloads of this method.
This method or property does not throw any exceptions, aside from execution exceptions such as System.Threading.ThreadAbortException or System.OutOfMemoryException.