IJobExecutionContext Scheduler Property Quartz.NET API Documentation
Get a handle to the IScheduler instance that fired the IJob.

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

IScheduler Scheduler { get; }

Property Value

Type: IScheduler
See Also