'Declaration Public Delegate Sub CollectorBrowseResponseHandler( _ ByVal final As Boolean, _ ByVal status As Status, _ ByVal tags As List(Of Tag) _ )
'Usage Dim instance As New CollectorBrowseResponseHandler(AddressOf HandlerMethod)
Parameters
- final
- Whether this is the final response.
- status
- Overall operation status.
- tags
- A list of collector tags satisfying the browse criteria.