Public Delegate Sub CollectorBrowseResponseHandler( _ ByVal final As System.Boolean, _ ByVal status As Status, _ ByVal tags As System.Collections.Generic.List(Of Tag) _ )
Parameters
- final
- Whether this is the final response.
- status
- Overall operation status.
- tags
- A list of collector tags satisfying the browse criteria.