Constructor OutboxStageCount
- Namespace
- MailFathom.Application.Mail.Delivery.Operations
- Assembly
- MailFathom.Application.dll
OutboxStageCount(OutgoingEmailStage, int)
States how many recorded sends stand at one stage.
public OutboxStageCount(OutgoingEmailStage Stage, int Count)
Parameters
StageOutgoingEmailStageThe stage the sends counted here stand at.
CountintHow many of them there are.
Remarks
The pair is what both renderings of the outbox are built from — what mfctl prints and what a dashboard graphs
— so a stage added later appears in both or in neither. It carries a stage and a count and nothing else, which is
what keeps it publishable as a metric dimension: neither value is anybody's correspondence.