Table of Contents

Constructor DeadLetteredJobs

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

DeadLetteredJobs(IDeadLetteredJobStore, AccessAuthorization)

Initializes the operations over the dead-letter store.

public DeadLetteredJobs(IDeadLetteredJobStore deadLetters, AccessAuthorization authorization)

Parameters

deadLetters IDeadLetteredJobStore

Keeps the jobs nothing will attempt again, and performs a decision about one.

authorization AccessAuthorization

Answers which principal reached this use case.

Exceptions

ArgumentNullException

Thrown when any argument is null.