Method FindAsync
- Namespace
- MailFathom.Application.Mail.Delivery.Scheduling
- Assembly
- MailFathom.Application.dll
FindAsync(RecurringSendId, CancellationToken)
Reads one declaration back by the identifier its occasions and its cancellation name it by.
Task<RecurringSend?> FindAsync(RecurringSendId recurringSendId, CancellationToken cancellationToken)
Parameters
recurringSendIdRecurringSendIdThe declaration to read.
cancellationTokenCancellationTokenCancels the read.
Returns
- Task<RecurringSend>
The declaration, or null when none carries that identifier.