ISchedulerPluginStart Method

Quartz.NET 3.0 API Documentation
Called when the associated IScheduler is started, in order to let the plug-in know it can now make calls into the scheduler if it needs to.

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

C#
Task Start(
	CancellationToken cancellationToken = null
)

Parameters

cancellationToken (Optional)
Type: System.ThreadingCancellationToken

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

Return Value

Type: Task

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

See Also

Reference