Skip to content

DurableJobRunResult.PollAfter(TimeSpan)

PollAfter(TimeSpan)

static
View source
public static DurableJobRunResult PollAfter(TimeSpan delay)
Creates a result indicating the job should be polled again after the specified delay.

Parameters

delayTimeSpan
The time to wait before checking the job status again.

Returns

A poll-after job result.