IJobExecutionContextScheduler Property

Quartz.NET 3.0 API Documentation
Get a handle to the IScheduler instance that fired the IJob.

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

C#
IScheduler Scheduler { get; }

Property Value

Type: IScheduler
See Also

Reference