QuartzScheduler NotifySchedulerListenersScheduled Method Quartz.NET API Documentation
Notifies the scheduler listeners about job that was scheduled.

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

public virtual void NotifySchedulerListenersScheduled(
	ITrigger trigger
)
See Also