QuartzScheduler InternalJobListeners Property Quartz.NET API Documentation
Get a List containing all of the IJobListeners in the IScheduler's internal list.

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

public IList<IJobListener> InternalJobListeners { get; }

Return Value

Type: IList IJobListener 
See Also