ExchangeService.EndSubscribeToPullNotifications(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 de tirage dans la boîte aux lettres de l’utilisateur authentifié. Cette méthode a été introduite dans l’API managée EWS (Exchange Web Services) 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
Paramètres
- asyncResult
- IAsyncResult
Objet IAsyncResult qui fait référence à la requête asynchrone spécifiée.
Retours
Objet PullSubscription représentant le nouvel abonnement.