SimpleScheduleBuilder 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 SimpleScheduleBuilder WithMisfireHandlingInstructionIgnoreMisfires()

Return Value

Type: SimpleScheduleBuilder
the updated CronScheduleBuilder
Remarks

See Also