RescheduleAt(DateTimeOffset)
static
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.
