INavigableItem.BeginUpdateChildren 方法

定義

開始非同步作業,以執行此項目之子項的更新。

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

參數

request
IUpdateChildrenRequest

表示擷取子項之要求的介面。

getChildrenCompleted
AsyncCallback

擷取完成之子項的 AsyncCallback 委派。

傳回

IAsyncResult

此項目之子項的執行更新。

適用於