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
scannerSensitiveContentScannerKindThe scanner that did not answer.
budgetTimeSpanThe per-call budget it spent.
Returns
- SensitiveContentScannerUnavailableException
The failure to raise.