Для изменения размера нажмите или перетащите

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.

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

Параметры

token (Optional)
Тип: System.ThreadingCancellationToken

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

Тип: TaskGetEventsResults
Returns a collection of events that occurred since the last watermark.
См. также