StdScheduler ClassQuartz.NET API Documentation
An implementation of the IScheduler interface that directly proxies all method calls to the equivalent call on a given QuartzScheduler instance.
Inheritance Hierarchy

System Object
  Quartz.Impl StdScheduler

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

public class StdScheduler : IScheduler
See Also