ExchangeService.BeginSubscribeToPullNotifications 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 de s’abonner aux notifications de tirage( pull notifications). Cette méthode a été introduite dans l’API managée EWS (Exchange Web Services) 1.2.
public:
IAsyncResult ^ BeginSubscribeToPullNotifications(AsyncCallback ^ callback, System::Object ^ state, System::Collections::Generic::IEnumerable<Microsoft::Exchange::WebServices::Data::FolderId ^> ^ folderIds, int timeout, System::String ^ watermark, ... cli::array <Microsoft::Exchange::WebServices::Data::EventType> ^ eventTypes);
public IAsyncResult BeginSubscribeToPullNotifications (AsyncCallback callback, object state, System.Collections.Generic.IEnumerable<Microsoft.Exchange.WebServices.Data.FolderId> folderIds, int timeout, string watermark, params Microsoft.Exchange.WebServices.Data.EventType[] eventTypes);
Public Function BeginSubscribeToPullNotifications (callback As AsyncCallback, state As Object, folderIds As IEnumerable(Of FolderId), timeout As Integer, watermark As String, ParamArray eventTypes As EventType()) As IAsyncResult
Paramètres
- callback
- AsyncCallback
Délégué AsyncCallback .
- state
- Object
Objet qui contient des informations d’état pour la requête spécifiée.
- folderIds
- IEnumerable<FolderId>
Identificateurs de dossier des dossiers auxquels s’abonner.
- timeout
- Int32
Durée du délai d’expiration, en minutes, après laquelle l’abonnement expire. Le délai d’attente doit être comprise entre 1 et 1440.
- watermark
- String
Filigrane facultatif représentant un abonnement précédemment ouvert.
- eventTypes
- EventType[]
Types d’événements auxquels s’abonner.
Retours
Objet IAsyncResult qui fait référence à la requête asynchrone.
Remarques
L’appel de cette méthode entraîne un appel au service Web Exchange (EWS).