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 대리자입니다.

반환

항목의 자식에 대한 전송된 요청입니다.

적용 대상