SimpleScheduleBuilderWithMisfireHandlingInstructionNowWithExistingCount Method

Quartz.NET 3.0 API Documentation
If the Trigger misfires, use the RescheduleNowWithExistingRepeatCount instruction.

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

C#
public SimpleScheduleBuilder WithMisfireHandlingInstructionNowWithExistingCount()

Return Value

Type: SimpleScheduleBuilder
the updated SimpleScheduleBuilder
Remarks

See Also

Reference