Table of Contents

Class DeadLetteredJobPage

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

One bounded page of the jobs nothing will attempt again, newest first.

public sealed record DeadLetteredJobPage : IEquatable<DeadLetteredJobPage>
Inheritance
DeadLetteredJobPage
Implements
Inherited Members

Constructors

DeadLetteredJobPage(IReadOnlyList<DeadLetteredJob>, DeadLetteredJobCursor?)

One bounded page of the jobs nothing will attempt again, newest first.

Properties

Jobs

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

NextCursor

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