Compartir a través de


ExchangeService.EndSubscribeToPullNotifications(IAsyncResult) Método

Definición

Finaliza una solicitud asincrónica para suscribirse a las notificaciones de incorporación de cambios en el buzón del usuario autenticado. Este método se introdujo en la API administrada de Exchange Web Services (EWS) 1.2.

public:
 Microsoft::Exchange::WebServices::Data::PullSubscription ^ EndSubscribeToPullNotifications(IAsyncResult ^ asyncResult);
public Microsoft.Exchange.WebServices.Data.PullSubscription EndSubscribeToPullNotifications (IAsyncResult asyncResult);
Public Function EndSubscribeToPullNotifications (asyncResult As IAsyncResult) As PullSubscription

Parámetros

asyncResult
IAsyncResult

Objeto IAsyncResult que hace referencia a la solicitud asincrónica especificada.

Devoluciones

Objeto PullSubscription que representa la nueva suscripción.

Se aplica a