SimpleScheduleBuilder WithMisfireHandlingInstructionNextWithRemainingCount Method Quartz.NET API Documentation
If the Trigger misfires, use the RescheduleNextWithRemainingCount instruction.

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

public SimpleScheduleBuilder WithMisfireHandlingInstructionNextWithRemainingCount()

Return Value

Type: SimpleScheduleBuilder
the updated SimpleScheduleBuilder
Remarks

See Also