PullSubscriptionGetEvents - метод

Obtains a collection of events that occurred on the subscribed folders since the point in time defined by the Watermark property. When GetEvents succeeds, Watermark is updated.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
C#
public Task<GetEventsResults> GetEvents(
	CancellationToken token = default
)

Параметры

token  CancellationToken  (Optional)
 

Возвращаемое значение

TaskGetEventsResults
Returns a collection of events that occurred since the last watermark.

См. также