QuartzSchedulerThreadPoolClass Property

Quartz.NET 3.0 API Documentation
Gets the thread pool class.

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

C#
public virtual Type ThreadPoolClass { get; }

Property Value

Type: Type
The thread pool class.

Implements

IRemotableQuartzSchedulerThreadPoolClass
See Also

Reference