PollAfter(TimeSpan)
static
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.
