StdSchedulerFactory GetScheduler Method Quartz.NET API Documentation
Returns a handle to the Scheduler produced by this factory.

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

public virtual IScheduler GetScheduler()

Return Value

Type: IScheduler

[Missing <returns> documentation for "M:Quartz.Impl.StdSchedulerFactory.GetScheduler"]

Implements

ISchedulerFactory GetScheduler 
Remarks

If one of the Initialize  methods has not be previously called, then the default (no-arg) Initialize  method will be called by this method.
See Also