Compartir a través de


ExchangeServiceBinding.GetEventsAsync Método

Definición

Sobrecargas

GetEventsAsync(GetEventsType)

El GetEventsAsync(GetEventsType) método proporciona acceso asincrónico al método de servicio web GetEvents.

GetEventsAsync(GetEventsType, Object)

El GetEventsAsync(GetEventsType, Object) método proporciona acceso asincrónico al método de servicio web GetEvents.

GetEventsAsync(GetEventsType)

El GetEventsAsync(GetEventsType) método proporciona acceso asincrónico al método de servicio web GetEvents.

public:
 void GetEventsAsync(ExchangeWebServices::GetEventsType ^ GetEvents1);
public void GetEventsAsync (ExchangeWebServices.GetEventsType GetEvents1);
Public Sub GetEventsAsync (GetEvents1 As GetEventsType)

Parámetros

GetEvents1
GetEventsType

La solicitud GetEvents.

Comentarios

Para obtener un ejemplo de una llamada asincrónica, vea FindFolderAsync(FindFolderType).

Se aplica a

GetEventsAsync(GetEventsType, Object)

El GetEventsAsync(GetEventsType, Object) método proporciona acceso asincrónico al método de servicio web GetEvents.

public:
 void GetEventsAsync(ExchangeWebServices::GetEventsType ^ GetEvents1, System::Object ^ userState);
public void GetEventsAsync (ExchangeWebServices.GetEventsType GetEvents1, object userState);
Public Sub GetEventsAsync (GetEvents1 As GetEventsType, userState As Object)

Parámetros

GetEvents1
GetEventsType

La solicitud GetEvents.

userState
Object

Comentarios

Para obtener un ejemplo de una llamada asincrónica, vea FindFolderAsync(FindFolderType).

Se aplica a