IOperableTriggerUpdateAfterMisfire Method

Quartz.NET 3.0 API Documentation
This method should not be used by the Quartz client.

To be implemented by the concrete classes that extend this class.

The implementation should update the ITrigger's state based on the MISFIRE_INSTRUCTION_XXX that was selected when the ITrigger was created.

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

C#
void UpdateAfterMisfire(
	ICalendar cal
)

Parameters

cal
Type: QuartzICalendar

[Missing <param name="cal"/> documentation for "M:Quartz.Spi.IOperableTrigger.UpdateAfterMisfire(Quartz.ICalendar)"]

See Also

Reference