ISchedulerPluginShutdown Method

Quartz.NET 3.0 API Documentation
Called in order to inform the ISchedulerPlugin 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#
Task Shutdown(
	CancellationToken cancellationToken = null
)

Parameters

cancellationToken (Optional)
Type: System.ThreadingCancellationToken

[Missing <param name="cancellationToken"/> documentation for "M:Quartz.Spi.ISchedulerPlugin.Shutdown(System.Threading.CancellationToken)"]

Return Value

Type: Task

[Missing <returns> documentation for "M:Quartz.Spi.ISchedulerPlugin.Shutdown(System.Threading.CancellationToken)"]

See Also

Reference