Skip to content

JobShard.EnqueueJob(DurableJob, int)

EnqueueJob(DurableJob, int)

View source
protected void EnqueueJob(DurableJob job, int dequeueCount)
Enqueues a job into the in-memory queue with the specified dequeue count.

Parameters

jobDurableJob
The job to enqueue.
dequeueCountint
The number of times this job has been dequeued.