ExchangeService.EndSubscribeToPullNotifications(IAsyncResult) Methode

Definition

Beendet eine asynchrone Anforderung zum Abonnieren von Pullbenachrichtigungen im Postfach des authentifizierten Benutzers. Diese Methode wurde in der verwalteten Exchange Web Services (EWS) API 1.2 eingeführt.

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

Parameter

asyncResult
IAsyncResult

Ein IAsyncResult-Objekt , das auf die angegebene asynchrone Anforderung verweist.

Gibt zurück

Ein PullSubscription-Objekt , das das neue Abonnement darstellt.

Gilt für: