GettingChildrenCallback Delegate
Handles the operation to retrieve the children asynchronously.
This API is not CLS-compliant.
Assembly: SqlWorkbench.Interfaces (in SqlWorkbench.Interfaces.dll)
[CLSCompliantAttribute(false)] public delegate void GettingChildrenCallback( IGetChildrenRequest^ request, ICollection<INavigableItem^>^ batch )
Parameters
- request
-
Type:
Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer::IGetChildrenRequest^
Request to retrieve the children.
- batch
-
Type:
System.Collections.Generic::ICollection<INavigableItem^>^
Collection of children.
Show: