Partager via


ExchangeService.EndSubscribeToStreamingNotifications(IAsyncResult) Méthode

Définition

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).

S’applique à