IThreadPoolInitialize Method

Quartz.NET 3.0 API Documentation
Must be called before the thread pool is used, in order to give the it a chance to Initialize.

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

C#
void Initialize()
Remarks

Typically called by the ISchedulerFactory.
See Also

Reference