QuartzScheduler Constructor Quartz.NET API Documentation
Create a QuartzScheduler with the given configuration properties.

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

public QuartzScheduler(
	QuartzSchedulerResources resources,
	TimeSpan idleWaitTime
)

Parameters

resources
Type: Quartz.Core QuartzSchedulerResources

[Missing <param name="resources"/> documentation for "M:Quartz.Core.QuartzScheduler.#ctor(Quartz.Core.QuartzSchedulerResources,System.TimeSpan)"]

idleWaitTime
Type: System TimeSpan

[Missing <param name="idleWaitTime"/> documentation for "M:Quartz.Core.QuartzScheduler.#ctor(Quartz.Core.QuartzSchedulerResources,System.TimeSpan)"]

See Also