IJobStoreThreadPoolSize Property

Quartz.NET 3.0 API Documentation
Tells the JobStore the pool size used to execute jobs.

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

C#
int ThreadPoolSize { set; }

Property Value

Type: Int32
See Also

Reference