Partager via


ExchangeService.EndSubscribeToPullNotifications(IAsyncResult) Méthode

Définition

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.

S’applique à