IJobExecutionContextJobInstance Property

Quartz.NET 3.0 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: 3.0.0
Syntax

C#
IJob JobInstance { get; }

Property Value

Type: IJob
See Also

Reference