JobRunShellInitialize Method

Quartz.NET 3.0 API Documentation
Initializes the job execution context with given scheduler and bundle.

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

C#
public virtual Task Initialize(
	QuartzScheduler sched,
	CancellationToken cancellationToken = null
)

Parameters

sched
Type: Quartz.CoreQuartzScheduler
The scheduler.
cancellationToken (Optional)
Type: System.ThreadingCancellationToken
The cancellation instruction.

Return Value

Type: Task

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

See Also

Reference