Method AlreadyEnqueued
- Namespace
- MailFathom.Application.Jobs
- Assembly
- MailFathom.Application.dll
AlreadyEnqueued(JobId)
Reports that a job with this type and key was already there, in whatever state.
public static JobEnqueueResult AlreadyEnqueued(JobId jobId)
Parameters
jobIdJobIdThe job that already carried the requested identity.
Returns
- JobEnqueueResult
The result of an execution that needed no second row.