ExchangeServiceBinding.GetEventsAsync Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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).