QuartzScheduler Dispose Method (Boolean)Quartz.NET API Documentation
Releases the unmanaged resources used by the QuartzScheduler and optionally releases the managed resources

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

protected virtual void Dispose(
	bool disposing
)

Parameters

disposing
Type: System Boolean
True to release both managed and unmanaged resources; false to release only unmanaged resources
See Also