Table of Contents

Property HandlerMissing

Namespace
MailFathom.Application.Jobs
Assembly
MailFathom.Application.dll

HandlerMissing

Gets the record left by a job claimed for a type this build has no handler for.

public static JobFailureRecord HandlerMissing { get; }

Property Value

JobFailureRecord

Remarks

Permanent, because the claim is already filtered to the types this process runs: reaching this means the handler was withdrawn while the process ran, and no number of further attempts on this instance can find it.