IJobExecutionContext JobInstance Property Quartz.NET API Documentation
Get the instance of the IJob that was created for this execution.

Note: The Job instance is not available through remote scheduler interfaces.

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

IJob JobInstance { get; }

Property Value

Type: IJob
See Also