Table of Contents

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

recurringSendId RecurringSendId

The declaration to read.

cancellationToken CancellationToken

Cancels the read.

Returns

Task<RecurringSend>

The declaration, or null when none carries that identifier.