QuartzSchedulerStart Method

Quartz.NET 3.0 API Documentation
Starts the QuartzScheduler's threads that fire ITriggers.

All ITriggers that have misfired will be passed to the appropriate TriggerListener(s).

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

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

Parameters

cancellationToken (Optional)
Type: System.ThreadingCancellationToken

[Missing <param name="cancellationToken"/> documentation for "M:Quartz.Core.QuartzScheduler.Start(System.Threading.CancellationToken)"]

Return Value

Type: Task

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

Implements

IRemotableQuartzSchedulerStart(CancellationToken)
See Also

Reference