Compartir a través de


ExchangeServiceBinding.BeginGetEvents Método

Definición

El BeginGetEvents(GetEventsType, AsyncCallback, Object) método se usa para iniciar una llamada asincrónica GetEvents(GetEventsType) .

public:
 IAsyncResult ^ BeginGetEvents(ExchangeWebServices::GetEventsType ^ GetEvents1, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginGetEvents (ExchangeWebServices.GetEventsType GetEvents1, AsyncCallback callback, object asyncState);
Public Function BeginGetEvents (GetEvents1 As GetEventsType, callback As AsyncCallback, asyncState As Object) As IAsyncResult

Parámetros

GetEvents1
GetEventsType
callback
AsyncCallback
asyncState
Object

Devoluciones

El BeginGetEvents(GetEventsType, AsyncCallback, Object) método devuelve un objeto IAsyncResult.

Se aplica a