QuartzSchedulerResourcesThreadPool Property

Quartz.NET 3.0 API Documentation
Get or set the ThreadPool for the QuartzScheduler to use.

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

C#
public virtual IThreadPool ThreadPool { get; set; }

Property Value

Type: IThreadPool
Exceptions

ExceptionCondition
ArgumentException if threadPool is null.
See Also

Reference