QuartzScheduler ThreadPoolClass Property Quartz.NET API Documentation
Gets the thread pool class.

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

public virtual Type ThreadPoolClass { get; }

Property Value

Type: Type
The thread pool class.

Implements

IRemotableQuartzScheduler ThreadPoolClass
See Also