Table of Contents

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

Jobs IReadOnlyList<DeadLetteredJob>

The jobs, ordered by when each one stopped, newest first.

NextCursor DeadLetteredJobCursor?

The boundary the following page is asked with, and null at the end of the reading.