JobStoreSupportShutdown Method

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

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

C#
public virtual Task Shutdown(
	CancellationToken cancellationToken = null
)

Parameters

cancellationToken (Optional)
Type: System.ThreadingCancellationToken

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

Return Value

Type: Task

[Missing <returns> documentation for "M:Quartz.Impl.AdoJobStore.JobStoreSupport.Shutdown(System.Threading.CancellationToken)"]

Implements

IJobStoreShutdown(CancellationToken)
See Also

Reference