Method RecordAsync
- Namespace
- MailFathom.Application.Retrieval.AskMail.Audit
- Assembly
- MailFathom.Application.dll
RecordAsync(MailAnsweringRunObservation, CancellationToken)
Appends the entries one finished run owes, for the accounts whose record is on.
Task RecordAsync(MailAnsweringRunObservation observation, CancellationToken cancellationToken)
Parameters
observationMailAnsweringRunObservationWhat the run did, as it was observed from beginning to end.
cancellationTokenCancellationTokenCancels the durable write.
Returns
- Task
A task that completes once the entries are durable, were refused, or were not owed at all.