Table of Contents

Method Completed

Namespace
MailFathom.Application.SensitiveContent.Egress
Assembly
MailFathom.Application.dll

Completed()

Records that the consumer guarded everything the payload was going to publish.

public void Completed()

Remarks

Called before the payload is returned rather than by disposal, because every way a scan ends badly — a refusal, a cancelled shutdown, a scanner that faulted — leaves through the same using as a scan that worked. Only the consumer knows which of the two happened.