Property OutstandingCount
- Namespace
- MailFathom.Application.Mail.Delivery.Operations
- Assembly
- MailFathom.Application.dll
OutstandingCount
Gets how many sends are waiting for something to happen to them.
public int OutstandingCount { get; }
Property Value
Remarks
It is the depth of the outbox in the sense an operator means: the sends nothing has finished with. The terminal stages are history rather than backlog, and summing them into a single figure would make an instance that has sent a great deal look like one that is stuck.