DailyTimeIntervalScheduleBuilder WithMisfireHandlingInstructionIgnoreMisfires Method Quartz.NET API Documentation
If the Trigger misfires, use the IgnoreMisfirePolicy instruction.

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

public DailyTimeIntervalScheduleBuilder WithMisfireHandlingInstructionIgnoreMisfires()

Return Value

Type: DailyTimeIntervalScheduleBuilder
the updated DailyTimeIntervalScheduleBuilder
See Also