SimpleScheduleBuilder WithMisfireHandlingInstructionNowWithExistingCount Method Quartz.NET API Documentation
If the Trigger misfires, use the RescheduleNowWithExistingRepeatCount instruction.

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

public SimpleScheduleBuilder WithMisfireHandlingInstructionNowWithExistingCount()

Return Value

Type: SimpleScheduleBuilder
the updated SimpleScheduleBuilder
Remarks

See Also