Skip to content

IJobRunContext

interface

Namespace: Orleans.DurableJobs

Provides contextual information about a durable job execution.
public interface IJobRunContext

Properties

  • DequeueCount Gets the number of times this job has been dequeued for execution, including retries.
  • Job Gets the durable job being executed.
  • RunId Gets the unique identifier for this execution run.