QuartzScheduler ThreadPoolSize Property Quartz.NET API Documentation
Gets the size of the thread pool.

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

public virtual int ThreadPoolSize { get; }

Property Value

Type: Int32
The size of the thread pool.

Implements

IRemotableQuartzScheduler ThreadPoolSize
See Also