Method For
- Namespace
- MailFathom.Application.Jobs
- Assembly
- MailFathom.Application.dll
For(EmailOccurrenceId)
Describes one occurrence as the document a job carries.
public static EmailOccurrenceJobPayload For(EmailOccurrenceId occurrence)
Parameters
occurrenceEmailOccurrenceIdThe stable remote occurrence identity.
Returns
- EmailOccurrenceJobPayload
The payload naming that occurrence.
Exceptions
- ArgumentNullException
Thrown when
occurrenceis null.