Table of Contents

Method RecordEmbeddedMessage

Namespace
MailFathom.Infrastructure.Observability
Assembly
MailFathom.Infrastructure.dll

RecordEmbeddedMessage(StoredEmailEmbeddingRun, TimeSpan)

Records one message's turn at being embedded.

public void RecordEmbeddedMessage(StoredEmailEmbeddingRun run, TimeSpan elapsed)

Parameters

run StoredEmailEmbeddingRun

How the turn ended and how much it produced.

elapsed TimeSpan

How long the turn took, including the provider calls inside it.

Exceptions

ArgumentNullException

Thrown when run is null.