GettingChildrenCallback Delegate

 
clsCompliantAlternativefalse

Handles the operation to retrieve the children asynchronously.

This API is not CLS-compliant.

Namespace:   Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer
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.

Return to top
Show: