ISchedulerStartDelayed Method

Quartz.NET 3.0 API Documentation
Calls Start(CancellationToken) after the indicated delay. (This call does not block). This can be useful within applications that have initializers that create the scheduler immediately, before the resources needed by the executing jobs have been fully initialized.

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

C#
Task StartDelayed(
	TimeSpan delay,
	CancellationToken cancellationToken = null
)

Parameters

delay
Type: SystemTimeSpan

[Missing <param name="delay"/> documentation for "M:Quartz.IScheduler.StartDelayed(System.TimeSpan,System.Threading.CancellationToken)"]

cancellationToken (Optional)
Type: System.ThreadingCancellationToken

[Missing <param name="cancellationToken"/> documentation for "M:Quartz.IScheduler.StartDelayed(System.TimeSpan,System.Threading.CancellationToken)"]

Return Value

Type: Task

[Missing <returns> documentation for "M:Quartz.IScheduler.StartDelayed(System.TimeSpan,System.Threading.CancellationToken)"]

See Also

Reference