ISchedulerFactory MembersQuartz.NET API Documentation

The ISchedulerFactory type exposes the following members.

Methods

  NameDescription
Public methodGetScheduler 
Returns a client-usable handle to a IScheduler.
Public methodGetScheduler(String)
Returns a handle to the Scheduler with the given name, if it exists.
Top
Properties

  NameDescription
Public propertyAllSchedulers
Returns handles to all known Schedulers (made by any SchedulerFactory within this app domain.).
Top
See Also