Table of Contents

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

send AuthoredSend

Who asked, under what, for which act, and the record it produced.

cancellationToken CancellationToken

Cancels writing the record.

Returns

Task

A task that completes once the record is durable for the configured sink.