QuartzSchedulerThreadSignalSchedulingChange Method

Quartz.NET 3.0 API Documentation
Signals the main processing loop that a change in scheduling has been made - in order to interrupt any sleeping that may be occurring while waiting for the fire time to arrive.

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

C#
public void SignalSchedulingChange(
	Nullable<DateTimeOffset> candidateNewNextFireTimeUtc
)

Parameters

candidateNewNextFireTimeUtc
Type: SystemNullableDateTimeOffset
the time when the newly scheduled trigger will fire. If this method is being called do to some other even (rather than scheduling a trigger), the caller should pass null.
See Also

Reference