PullSubscription.GetEvents - метод
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.6.0.24
public Task<GetEventsResults> GetEvents(
CancellationToken token = default
)
Public Function GetEvents (
Optional token As CancellationToken = Nothing
) As Task(Of GetEventsResults)
public:
Task<GetEventsResults^>^ GetEvents(
CancellationToken token = CancellationToken()
)
member GetEvents :
?token : CancellationToken
-> Task<GetEventsResults>
- token CancellationToken (Optional)
-
Task<GetEventsResults>Returns a collection of events that occurred since the last watermark.