Method RecordAuthoredSendAsync
- Namespace
- MailFathom.Application.Mail.Delivery.Governance
- Assembly
- MailFathom.Application.dll
RecordAuthoredSendAsync(AuthoredSend, CancellationToken)
Records one send a caller asked for.
Task RecordAuthoredSendAsync(AuthoredSend send, CancellationToken cancellationToken)
Parameters
sendAuthoredSendWho asked, under what, for which act, and the record it produced.
cancellationTokenCancellationTokenCancels writing the record.
Returns
- Task
A task that completes once the record is durable for the configured sink.