QuartzScheduler Start Method Quartz.NET API Documentation
Starts the QuartzScheduler's threads that fire ITriggers.

All ITriggers that have misfired will be passed to the appropriate TriggerListener(s).

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

public virtual void Start()

Implements

IRemotableQuartzScheduler Start 
See Also