QuartzScheduler NotifySchedulerThread Method Quartz.NET API Documentation
Notifies the scheduler thread.

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

protected virtual void NotifySchedulerThread(
	Nullable<DateTimeOffset> candidateNewNextFireTimeUtc
)

Parameters

candidateNewNextFireTimeUtc
Type: System Nullable DateTimeOffset 

[Missing <param name="candidateNewNextFireTimeUtc"/> documentation for "M:Quartz.Core.QuartzScheduler.NotifySchedulerThread(System.Nullable{System.DateTimeOffset})"]

See Also