Skip to content

IJobRunContext Properties

Provides contextual information about a durable job execution.

DequeueCount

abstractget
public abstract int DequeueCount
Gets the number of times this job has been dequeued for execution, including retries.

Job

abstractget
public abstract DurableJob Job
Gets the durable job being executed.

RunId

abstractget
public abstract string RunId
Gets the unique identifier for this execution run.