'Declaration Public Delegate Sub CollectorHierarchicalBrowseResponseHandler( _ ByVal final As Boolean, _ ByVal status As Status, _ ByVal nodes As List(Of BrowseNode), _ ByVal leafs As List(Of BrowseNode) _ )
'Usage Dim instance As New CollectorHierarchicalBrowseResponseHandler(AddressOf HandlerMethod)
public delegate void CollectorHierarchicalBrowseResponseHandler( bool final, Status status, List<BrowseNode> nodes, List<BrowseNode> leafs )
public delegate void CollectorHierarchicalBrowseResponseHandler( bool final, Status status, List<BrowseNode^>^ nodes, List<BrowseNode^>^ leafs )
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.