Method ReadSchedulesAsync
- Namespace
- MailFathom.Application.Jobs.Scheduling
- Assembly
- MailFathom.Application.dll
ReadSchedulesAsync(CancellationToken)
Reads the schedules this source declares as they stand now.
Task<IReadOnlyList<ScheduledJob>> ReadSchedulesAsync(CancellationToken cancellationToken)
Parameters
cancellationTokenCancellationTokenCancels the read.
Returns
- Task<IReadOnlyList<ScheduledJob>>
The schedules, empty when this source declares none.