IOperableTriggerUpdateWithNewCalendar Method

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

The implementation should update the ITrigger's state based on the given new version of the associated ICalendar (the state should be updated so that it's next fire time is appropriate given the Calendar's new settings).

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

C#
void UpdateWithNewCalendar(
	ICalendar cal,
	TimeSpan misfireThreshold
)

Parameters

cal
Type: QuartzICalendar
misfireThreshold
Type: SystemTimeSpan
See Also

Reference