ExchangeService.EndSubscribeToPushNotifications(IAsyncResult) Methode

Definition

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

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

Parameter

asyncResult
IAsyncResult

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

Gibt zurück

Ein PushSubscription-Objekt , das das neue Abonnement darstellt.

Gilt für: