Method Completed
- Namespace
- MailFathom.Application.SensitiveContent.Egress
- Assembly
- MailFathom.Application.dll
Completed()
Records that the operation guarded everything it was going to, which is what separates it from one that stopped.
void Completed()
Remarks
A scan reaches its consumer as an exception rather than as a result — a refusal, a cancelled shutdown, a scanner that faulted — so the values scanned so far say nothing about whether the operation finished. Without this the count of an interrupted operation would be published as an operation that succeeded with fewer texts, which is the reading an operator would use to rule the scanner out.