JobBuilder RequestRecovery Method Quartz.NET API Documentation
Instructs the IScheduler whether or not the job should be re-executed if a 'recovery' or 'fail-over' situation is encountered.

Namespace: Quartz
Assembly: Quartz (in Quartz.dll) Version: 2.2.1.400
Syntax

public JobBuilder RequestRecovery()

Return Value

Type: JobBuilder
the updated JobBuilder
Remarks

If not explicitly set, the default value is  .
See Also