Compartir a través de


ExchangeService.SubscribeToStreamingNotifications Método

Definición

Se suscribe a las notificaciones de streaming. Llamar a este método da como resultado una llamada a Exchange Web Services (EWS).

public:
 Microsoft::Exchange::WebServices::Data::StreamingSubscription ^ SubscribeToStreamingNotifications(System::Collections::Generic::IEnumerable<Microsoft::Exchange::WebServices::Data::FolderId ^> ^ folderIds, ... cli::array <Microsoft::Exchange::WebServices::Data::EventType> ^ eventTypes);
public Microsoft.Exchange.WebServices.Data.StreamingSubscription SubscribeToStreamingNotifications (System.Collections.Generic.IEnumerable<Microsoft.Exchange.WebServices.Data.FolderId> folderIds, params Microsoft.Exchange.WebServices.Data.EventType[] eventTypes);
Public Function SubscribeToStreamingNotifications (folderIds As IEnumerable(Of FolderId), ParamArray eventTypes As EventType()) As StreamingSubscription

Parámetros

folderIds
IEnumerable<FolderId>

Identificadores de carpeta de la carpeta a la que se va a suscribir.

eventTypes
EventType[]

Tipos de eventos a los que se va a suscribir.

Devoluciones

Una suscripción a los eventos especificados.

Se aplica a