INavigableItem.BeginUpdateChildren Method

Definition

Begins an asynchronous operation to execute an update of children of the item.

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

Parameters

request
IUpdateChildrenRequest

An interface that represents the request to retrieve a children.

getChildrenCompleted
AsyncCallback

The AsyncCallback delegate that retrieves the children that are completed.

Returns

The executed update of children of the item.

Applies to