# IJobRunContext Properties

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.durablejobs/orleans.durablejobs.ijobruncontext/)

## DequeueCount {#dequeuecount-4da75756}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.durablejobs/orleans.durablejobs.ijobruncontext/properties/dequeuecount-4da75756/)

```csharp
public abstract int DequeueCount
```

Gets the number of times this job has been dequeued for execution, including retries.

## Job {#job-34d7f743}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.durablejobs/orleans.durablejobs.ijobruncontext/properties/job-34d7f743/)

```csharp
public abstract DurableJob Job
```

Gets the durable job being executed.

## RunId {#runid-b6f74769}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.durablejobs/orleans.durablejobs.ijobruncontext/properties/runid-b6f74769/)

```csharp
public abstract string RunId
```

Gets the unique identifier for this execution run.
