IJobStoreSchedulerStarted Method

Quartz.NET 3.0 API Documentation
Called by the QuartzScheduler to inform the IJobStore that the scheduler has started.

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

C#
Task SchedulerStarted(
	CancellationToken cancellationToken = null
)

Parameters

cancellationToken (Optional)
Type: System.ThreadingCancellationToken

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

Return Value

Type: Task

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

See Also

Reference