StdSchedulerFactory AllSchedulers Property Quartz.NET API Documentation

Returns a handle to all known Schedulers (made by any StdSchedulerFactory instance.).

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

public virtual ICollection<IScheduler> AllSchedulers { get; }

Property Value

Type: ICollection IScheduler 

Implements

ISchedulerFactory AllSchedulers
See Also