Compartilhar via


ExchangeService.SubscribeToStreamingNotifications Método

Definição

Assina as notificações de streaming. Chamar esse método resulta em uma chamada para o 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>

Os identificadores de pasta da pasta a ser assinada.

eventTypes
EventType[]

Os tipos de evento a serem inscritos.

Retornos

Uma assinatura para os eventos especificados..

Aplica-se a