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
redactedRedactedTextWhat the redaction produced, read for its findings and its dropped remainder.
elapsedTimeSpanHow long the scan added to the derivation.
Exceptions
- ArgumentNullException
Thrown when
redactedis null.