StreamingSubscription.EndUnsubscribe(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 désinscription d’un abonnement. Cette méthode a été introduite dans l’API managée des services web Microsoft Exchange (EWS) 1.2.
public:
void EndUnsubscribe(IAsyncResult ^ asyncResult);
public void EndUnsubscribe (IAsyncResult asyncResult);
Public Sub EndUnsubscribe (asyncResult As IAsyncResult)
Paramètres
- asyncResult
- IAsyncResult
IAsyncResult qui fait référence à la requête asynchrone.