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
deadLettersIDeadLetteredJobStoreKeeps the jobs nothing will attempt again, and performs a decision about one.
authorizationAccessAuthorizationAnswers which principal reached this use case.
Exceptions
- ArgumentNullException
Thrown when any argument is null.