Skip to content

DurableJobRunResult.RescheduleAt(DateTimeOffset)

RescheduleAt(DateTimeOffset)

static
View source
public static DurableJobRunResult RescheduleAt(DateTimeOffset dueTime)
Creates a result indicating that the current execution completed successfully and requested durable rescheduling.

Parameters

dueTimeDateTimeOffset
The time at which the next execution should become due.

Returns

A durable rescheduling result.