Table of Contents

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

observation MailAnsweringRunObservation

What the run did, as it was observed from beginning to end.

cancellationToken CancellationToken

Cancels the durable write.

Returns

Task

A task that completes once the entries are durable, were refused, or were not owed at all.