Public Delegate Sub CollectorCurrentValueResponseHandler( _ ByVal final As System.Boolean, _ ByVal status As Status, _ ByVal dataset As DataSet, _ ByVal errors As ItemErrors _ )
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.