ISchedulerFactory Interface

Quartz.NET 3.0 API Documentation
Provides a mechanism for obtaining client-usable handles to IScheduler instances.

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

C#
public interface ISchedulerFactory

The ISchedulerFactory type exposes the following members.

Methods

  NameDescription
Public methodGetAllSchedulers
Returns handles to all known Schedulers (made by any SchedulerFactory within this app domain.).
Public methodGetScheduler(CancellationToken)
Returns a client-usable handle to a IScheduler.
Public methodGetScheduler(String, CancellationToken)
Returns a handle to the Scheduler with the given name, if it exists.
Top
See Also

Reference