Table of Contents

Method RecordDerived

Namespace
MailFathom.Application.SensitiveContent.Derivation
Assembly
MailFathom.Application.dll

RecordDerived(RedactedText, TimeSpan)

Records one text redacted on its way into the derived store.

void RecordDerived(RedactedText redacted, TimeSpan elapsed)

Parameters

redacted RedactedText

What the redaction produced, read for its findings and its dropped remainder.

elapsed TimeSpan

How long the scan added to the derivation.

Exceptions

ArgumentNullException

Thrown when redacted is null.