INavigableItem.BeginRequestChildren Metodo

Definizione

Inizia un'operazione asincrona per trasmettere una richiesta ai figli dell'elemento.

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

Parametri

request
IGetChildrenRequest

Un'interfaccia che rappresenta la richiesta di recuperare i figli.

getChildrenCompleted
AsyncCallback

Il AsyncCallback delegato che recupera i bambini completati.

Valori restituiti

La richiesta trasmessa dei bambini dell'oggetto.

Si applica a