Table of Contents

Constructor CountedEmbeddingActivationResult

Namespace
MailFathom.Application.Emails.Embeddings.Administration
Assembly
MailFathom.Application.dll

CountedEmbeddingActivationResult(EmbeddingActivationAssessment, EmbeddingProfileActivationResult?)

What one counted activation did, beside the counting it did first.

public CountedEmbeddingActivationResult(EmbeddingActivationAssessment Assessment, EmbeddingProfileActivationResult? Activation)

Parameters

Assessment EmbeddingActivationAssessment

What the activation was weighed as, taken immediately before it ran.

Activation EmbeddingProfileActivationResult

What the activation did, or null when the spend ceiling refused it.

Remarks

The assessment travels with the result rather than being discarded once the decision was taken, because both endings need it: a refusal has to name the estimate and the ceiling it was refused against, and a run that started has to report what it started against so the operator can recognize the figure they confirmed.