QuartzSchedulerShutdown Method (CancellationToken)

Quartz.NET 3.0 API Documentation
Halts the QuartzScheduler's firing of ITriggers, and cleans up all resources associated with the QuartzScheduler. Equivalent to Shutdown(Boolean, CancellationToken).

The scheduler cannot be re-started.

Namespace:  Quartz.Core
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.Core.QuartzScheduler.Shutdown(System.Threading.CancellationToken)"]

Return Value

Type: Task

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

Implements

IRemotableQuartzSchedulerShutdown(CancellationToken)
See Also

Reference