IJobStore ThreadPoolSize Property Quartz.NET API Documentation
Tells the JobStore the pool size used to execute jobs.

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

int ThreadPoolSize { set; }

Property Value

Type: Int32
See Also