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
deadLetteredAtDateTimeOffsetThe instant the page ended on.
jobIdJobIdThe job that stopped at that instant.
filterFingerprintstringThe fingerprint of the filters the page was read under.
Returns
- DeadLetteredJobCursor
The cursor.
Exceptions
- ArgumentException
Thrown when
filterFingerprintis blank.