INavigableItem.BeginRequestChildren Метод

Определение

Начинается асинхронная операция передачи запроса дочерних элементов.

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

Параметры

request
IGetChildrenRequest

Интерфейс, представляющий запрос на получение детей.

getChildrenCompleted
AsyncCallback

AsyncCallback Делегат, который забирает завершённые потомки.

Возвращаемое значение

Передаваемый запрос детей предмета.

Применяется к