Table of Contents

Method After

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

After(DateTimeOffset, JobId, string)

Creates the cursor that continues a walk after one position in the reading.

public static DeadLetteredJobCursor After(DateTimeOffset deadLetteredAt, JobId jobId, string filterFingerprint)

Parameters

deadLetteredAt DateTimeOffset

The instant the page ended on.

jobId JobId

The job that stopped at that instant.

filterFingerprint string

The fingerprint of the filters the page was read under.

Returns

DeadLetteredJobCursor

The cursor.

Exceptions

ArgumentException

Thrown when filterFingerprint is blank.