DailyTimeIntervalScheduleBuilderWithMisfireHandlingInstructionFireAndProceed Method

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

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

C#
public DailyTimeIntervalScheduleBuilder WithMisfireHandlingInstructionFireAndProceed()

Return Value

Type: DailyTimeIntervalScheduleBuilder
the updated DailyTimeIntervalScheduleBuilder
See Also

Reference