INavigableItem.BeginRequestChildren Method

Definition

Begins an asynchronous operation to transmit a request of children of the item.

public:
 IAsyncResult ^ BeginRequestChildren(Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::IGetChildrenRequest ^ request, AsyncCallback ^ getChildrenCompleted);
public IAsyncResult BeginRequestChildren (Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IGetChildrenRequest request, AsyncCallback getChildrenCompleted);
abstract member BeginRequestChildren : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IGetChildrenRequest * AsyncCallback -> IAsyncResult
Public Function BeginRequestChildren (request As IGetChildrenRequest, getChildrenCompleted As AsyncCallback) As IAsyncResult

Parameters

request
IGetChildrenRequest

An interface that represents the request to retrieve children.

getChildrenCompleted
AsyncCallback

The AsyncCallback delegate that retrieves the children that are completed.

Returns

The transmitted request of children of the item.

Applies to