# DurableJobRunResult.PollAfter(TimeSpan)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.durablejobs/orleans.durablejobs.durablejobrunresult/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.durablejobs/orleans.durablejobs.durablejobrunresult/methods/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.DurableJobs/DurableJobRunResult.cs#L69-L70)

```csharp
public static DurableJobRunResult PollAfter(TimeSpan delay)
```

Creates a result indicating the job should be polled again after the specified delay.

### Parameters

- `delay` (`TimeSpan`): The time to wait before checking the job status again.

### Returns

A poll-after job result.
