ExchangeService.EndSubscribeToPushNotifications(IAsyncResult) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Met fin à une demande asynchrone de s’abonner aux notifications Push dans la boîte aux lettres d’un utilisateur spécifié. Cette méthode a été introduite dans l’API managée EWS (Exchange Web Services) 1.2.
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
Paramètres
- asyncResult
- IAsyncResult
Objet IAsyncResult qui fait référence à la requête asynchrone spécifiée.
Retours
Objet PushSubscription représentant le nouvel abonnement.