'Declaration Public Delegate Sub CollectorCurrentValueResponseHandler( _ ByVal final As Boolean, _ ByVal status As Status, _ ByVal dataset As DataSet, _ ByVal errors As ItemErrors _ )
'Usage Dim instance As New CollectorCurrentValueResponseHandler(AddressOf HandlerMethod)
Parameters
- final
- Whether this is the final response.
- status
- Overall operation status.
- dataset
- The set of current tag values.
- errors
- List of tags with errors.