PullSubscription.BeginGetEvents(AsyncCallback, Object) 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.
Commence une demande asynchrone pour récupérer les événements les plus récents associés à un abonnement par extraction de données. Cette méthode a été introduite dans l’API managée des services web Microsoft Exchange (EWS) 1.2.
public:
IAsyncResult ^ BeginGetEvents(AsyncCallback ^ callback, System::Object ^ state);
public IAsyncResult BeginGetEvents (AsyncCallback callback, object state);
Public Function BeginGetEvents (callback As AsyncCallback, state As Object) As IAsyncResult
Paramètres
- callback
- AsyncCallback
Délégué AsyncCallback.
- state
- Object
Objet qui contient des informations d’état pour cette requête.
Retours
GetEventsResults contenant une liste d’événements associés à l’abonnement.