QuartzScheduler ClassQuartz.NET API Documentation
This is the heart of Quartz, an indirect implementation of the IScheduler interface, containing methods to schedule IJobs, register IJobListener instances, etc.
Inheritance Hierarchy

System Object
  System MarshalByRefObject
    Quartz.Core QuartzScheduler

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

public class QuartzScheduler : MarshalByRefObject, 
	IRemotableQuartzScheduler, IDisposable
See Also