Compartilhar via


ExchangeService.SubscribeToPushNotifications Método

Definição

Sobrecargas

SubscribeToPushNotifications(IEnumerable<FolderId>, Uri, Int32, String, EventType[])

Inicia uma solicitação para que um cliente receba notificações por push. O SubscribeToPushNotifications(IEnumerable<FolderId>, Uri, Int32, String, EventType[]) método é aplicável para clientes que visam Exchange Online e versões do Exchange começando com Exchange Server 2010.

SubscribeToPushNotifications(IEnumerable<FolderId>, Uri, Int32, String, String, EventType[])

Inicia uma solicitação para receber notificações por push que incluem uma solicitação de informações adicionais a serem retornadas na resposta de notificação por push. O SubscribeToPushNotifications(IEnumerable<FolderId>, Uri, Int32, String, String, EventType[]) método é aplicável para clientes que visam Exchange Online e versões do Exchange começando com Exchange Server 2013.

SubscribeToPushNotifications(IEnumerable<FolderId>, Uri, Int32, String, EventType[])

Inicia uma solicitação para que um cliente receba notificações por push. O SubscribeToPushNotifications(IEnumerable<FolderId>, Uri, Int32, String, EventType[]) método é aplicável para clientes que visam Exchange Online e versões do Exchange começando com Exchange Server 2010.

public:
 Microsoft::Exchange::WebServices::Data::PushSubscription ^ SubscribeToPushNotifications(System::Collections::Generic::IEnumerable<Microsoft::Exchange::WebServices::Data::FolderId ^> ^ folderIds, Uri ^ url, int frequency, System::String ^ watermark, ... cli::array <Microsoft::Exchange::WebServices::Data::EventType> ^ eventTypes);
public Microsoft.Exchange.WebServices.Data.PushSubscription SubscribeToPushNotifications (System.Collections.Generic.IEnumerable<Microsoft.Exchange.WebServices.Data.FolderId> folderIds, Uri url, int frequency, string watermark, params Microsoft.Exchange.WebServices.Data.EventType[] eventTypes);
Public Function SubscribeToPushNotifications (folderIds As IEnumerable(Of FolderId), url As Uri, frequency As Integer, watermark As String, ParamArray eventTypes As EventType()) As PushSubscription

Parâmetros

folderIds
IEnumerable<FolderId>

As IDs das pastas a serem inscritas.

url
Uri

A URL do ponto de extremidade do serviço Web para o qual o servidor deve enviar push de eventos.

frequency
Int32

O intervalo, em minutos, em que o servidor deve entrar em contato com o ponto de extremidade do serviço Web. O valor desse parâmetro deve estar no intervalo de 1 a 1440.

watermark
String

Uma marca d'água opcional que representa uma assinatura aberta anteriormente.

eventTypes
EventType[]

Os tipos de eventos aos quais assinar.

Retornos

Um objeto de resposta de assinatura.

Comentários

Chamar esse método resulta em uma chamada para o Exchange Web Services (EWS).

Aplica-se a

SubscribeToPushNotifications(IEnumerable<FolderId>, Uri, Int32, String, String, EventType[])

Inicia uma solicitação para receber notificações por push que incluem uma solicitação de informações adicionais a serem retornadas na resposta de notificação por push. O SubscribeToPushNotifications(IEnumerable<FolderId>, Uri, Int32, String, String, EventType[]) método é aplicável para clientes que visam Exchange Online e versões do Exchange começando com Exchange Server 2013.

public:
 Microsoft::Exchange::WebServices::Data::PushSubscription ^ SubscribeToPushNotifications(System::Collections::Generic::IEnumerable<Microsoft::Exchange::WebServices::Data::FolderId ^> ^ folderIds, Uri ^ url, int frequency, System::String ^ watermark, System::String ^ callerData, ... cli::array <Microsoft::Exchange::WebServices::Data::EventType> ^ eventTypes);
public Microsoft.Exchange.WebServices.Data.PushSubscription SubscribeToPushNotifications (System.Collections.Generic.IEnumerable<Microsoft.Exchange.WebServices.Data.FolderId> folderIds, Uri url, int frequency, string watermark, string callerData, params Microsoft.Exchange.WebServices.Data.EventType[] eventTypes);
Public Function SubscribeToPushNotifications (folderIds As IEnumerable(Of FolderId), url As Uri, frequency As Integer, watermark As String, callerData As String, ParamArray eventTypes As EventType()) As PushSubscription

Parâmetros

folderIds
IEnumerable<FolderId>

As IDs da pasta à qual assinar.

url
Uri

A URL do ponto de extremidade do serviço Web para o qual o servidor exchange deve enviar push de eventos.

frequency
Int32

A frequência, em minutos, em que o servidor exchange deve entrar em contato com o ponto de extremidade do serviço Web. Esse valor deve estar entre 1 e 1440.

watermark
String

Uma marca d'água opcional que representa uma assinatura aberta anteriormente.

callerData
String

Informações opcionais de que as solicitações de chamador sejam retornadas na resposta de notificação por push.

eventTypes
EventType[]

Os tipos de evento a serem assinados.

Retornos

Uma coleção de objetos de notificação.

Comentários

Chamar esse método resulta em uma chamada para o Exchange Web Services (EWS).

Aplica-se a