IThreadPoolShutdown Method

Quartz.NET 3.0 API Documentation
Called by the QuartzScheduler to inform the thread pool that it should free up all of it's resources because the scheduler is shutting down.

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

C#
void Shutdown(
	bool waitForJobsToComplete = true
)

Parameters

waitForJobsToComplete (Optional)
Type: SystemBoolean

[Missing <param name="waitForJobsToComplete"/> documentation for "M:Quartz.Spi.IThreadPool.Shutdown(System.Boolean)"]

See Also

Reference