ExchangeService.EndSubscribeToStreamingNotifications(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 streaming 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::StreamingSubscription ^ EndSubscribeToStreamingNotifications(IAsyncResult ^ asyncResult);
public Microsoft.Exchange.WebServices.Data.StreamingSubscription EndSubscribeToStreamingNotifications (IAsyncResult asyncResult);
Public Function EndSubscribeToStreamingNotifications (asyncResult As IAsyncResult) As StreamingSubscription
Paramètres
- asyncResult
- IAsyncResult
Objet IAsyncResult qui fait référence à la requête asynchrone spécifiée.
Retours
Objet StreamingSubscription représentant le nouvel abonnement.
Remarques
L’appel de cette méthode entraîne un appel au service Web Exchange (EWS).