IScheduler StartDelayed Method Quartz.NET API Documentation
Calls Start  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: 2.2.1.400
Syntax

void StartDelayed(
	TimeSpan delay
)

Parameters

delay
Type: System TimeSpan

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

See Also