Public Delegate Sub CollectorHierarchicalBrowseResponseHandler( _ ByVal final As System.Boolean, _ ByVal status As Status, _ ByVal nodes As System.Collections.Generic.List(Of BrowseNode), _ ByVal leafs As System.Collections.Generic.List(Of BrowseNode) _ )
Parameters
- final
- Whether this is the final response.
- status
- Overall operation status.
- nodes
- List of nodes satisfying the browse criteria.
- leafs
- List of leafs satisfying the browse criteria.