QuartzSchedulerThreadPoolSize Property

Quartz.NET 3.0 API Documentation
Gets the size of the thread pool.

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

C#
public virtual int ThreadPoolSize { get; }

Property Value

Type: Int32
The size of the thread pool.

Implements

IRemotableQuartzSchedulerThreadPoolSize
See Also

Reference