Compartilhar via


ExchangeServiceBinding.BeginGetDelegate Método

Definição

O BeginGetDelegate(GetDelegateType, AsyncCallback, Object) método é usado para iniciar uma chamada assíncrona GetDelegate(GetDelegateType) .

public:
 IAsyncResult ^ BeginGetDelegate(ExchangeWebServices::GetDelegateType ^ GetDelegate1, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginGetDelegate (ExchangeWebServices.GetDelegateType GetDelegate1, AsyncCallback callback, object asyncState);
Public Function BeginGetDelegate (GetDelegate1 As GetDelegateType, callback As AsyncCallback, asyncState As Object) As IAsyncResult

Parâmetros

GetDelegate1
GetDelegateType

A solicitação GetDelegate.

callback
AsyncCallback
asyncState
Object

Retornos

O BeginGetDelegate(GetDelegateType, AsyncCallback, Object) método retorna um objeto IAsyncResult.

Aplica-se a