ExchangeService.EndSubscribeToPullNotifications(IAsyncResult) Método

Definición

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

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

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

Devoluciones

PullSubscription

Un objeto PullSubscription que representa la nueva suscripción.

Se aplica a