ISchedulerFactory AllSchedulers Property Quartz.NET API Documentation
Returns handles to all known Schedulers (made by any SchedulerFactory within this app domain.).

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

ICollection<IScheduler> AllSchedulers { get; }

Property Value

Type: ICollection IScheduler 
See Also