Table of Contents

Method DidNotAnswerInTime

Namespace
MailFathom.Application.SensitiveContent.Detection
Assembly
MailFathom.Application.dll

DidNotAnswerInTime(SensitiveContentScannerKind, TimeSpan)

Refuses an operation whose scanner did not answer inside the configured budget.

public static SensitiveContentScannerUnavailableException DidNotAnswerInTime(SensitiveContentScannerKind scanner, TimeSpan budget)

Parameters

scanner SensitiveContentScannerKind

The scanner that did not answer.

budget TimeSpan

The per-call budget it spent.

Returns

SensitiveContentScannerUnavailableException

The failure to raise.