Constructor DeadLetteredJobPage
- Namespace
- MailFathom.Application.Jobs.DeadLetters
- Assembly
- MailFathom.Application.dll
DeadLetteredJobPage(IReadOnlyList<DeadLetteredJob>, DeadLetteredJobCursor?)
One bounded page of the jobs nothing will attempt again, newest first.
public DeadLetteredJobPage(IReadOnlyList<DeadLetteredJob> Jobs, DeadLetteredJobCursor? NextCursor)
Parameters
JobsIReadOnlyList<DeadLetteredJob>The jobs, ordered by when each one stopped, newest first.
NextCursorDeadLetteredJobCursor?The boundary the following page is asked with, and null at the end of the reading.