Method RecordRun
- Namespace
- MailFathom.Infrastructure.Observability
- Assembly
- MailFathom.Infrastructure.dll
RecordRun(StoredEmailEmbeddingBackfillResult)
Records one bounded pass of the backfill.
public void RecordRun(StoredEmailEmbeddingBackfillResult result)
Parameters
resultStoredEmailEmbeddingBackfillResultWhat the pass produced and why it ended.
Exceptions
- ArgumentNullException
Thrown when
resultis null.