ExchangeService.BeginSubscribeToStreamingNotifications 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 streaming. Cette méthode a été introduite dans l’API managée EWS (Exchange Web Services) 1.2.
public:
IAsyncResult ^ BeginSubscribeToStreamingNotifications(AsyncCallback ^ callback, System::Object ^ state, System::Collections::Generic::IEnumerable<Microsoft::Exchange::WebServices::Data::FolderId ^> ^ folderIds, ... cli::array <Microsoft::Exchange::WebServices::Data::EventType> ^ eventTypes);
public IAsyncResult BeginSubscribeToStreamingNotifications (AsyncCallback callback, object state, System.Collections.Generic.IEnumerable<Microsoft.Exchange.WebServices.Data.FolderId> folderIds, params Microsoft.Exchange.WebServices.Data.EventType[] eventTypes);
Public Function BeginSubscribeToStreamingNotifications (callback As AsyncCallback, state As Object, folderIds As IEnumerable(Of FolderId), 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>
ID de dossier des dossiers auxquels s’abonner.
- eventTypes
- EventType[]
Types d’événements auxquels s’abonner.
Retours
Objet de résultat de synchronisation 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).