ExchangeServiceSubscribeToPushNotificationsOnAllFolders(Uri, Int32, String, CancellationToken, EventType) - метод |
Subscribes to push notifications on all folders in the authenticated user's mailbox. Calling this method results in a call to EWS.
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public Task<PushSubscription> SubscribeToPushNotificationsOnAllFolders(
Uri url,
int frequency,
string watermark,
CancellationToken token = default,
params EventType[] eventTypes
)
Public Function SubscribeToPushNotificationsOnAllFolders (
url As Uri,
frequency As Integer,
watermark As String,
Optional token As CancellationToken = Nothing,
ParamArray eventTypes As EventType()
) As Task(Of PushSubscription)
public:
Task<PushSubscription^>^ SubscribeToPushNotificationsOnAllFolders(
Uri^ url,
int frequency,
String^ watermark,
CancellationToken token = CancellationToken(),
... array<EventType>^ eventTypes
)
member SubscribeToPushNotificationsOnAllFolders :
url : Uri *
frequency : int *
watermark : string *
?token : CancellationToken *
eventTypes : EventType[]
(* Defaults:
let _token = defaultArg token new CancellationToken()
*)
-> Task<PushSubscription>
Параметры
- url
- Тип: SystemUri
The URL of the Web Service endpoint the Exchange server should push events to. - frequency
- Тип: SystemInt32
The frequency, in minutes, at which the Exchange server should contact the Web Service endpoint. Frequency must be between 1 and 1440. - watermark
- Тип: SystemString
An optional watermark representing a previously opened subscription. - token (Optional)
- Тип: System.ThreadingCancellationToken
- eventTypes
- Тип: Tessa.Exchange.WebServices.DataEventType
The event types to subscribe to.
Возвращаемое значение
Тип:
TaskPushSubscriptionA PushSubscription representing the new subscription.
См. также