RemoteScheduler GlobalJobListeners Property Quartz.NET API Documentation
Calls the equialent method on the 'proxied' QuartzScheduler.

Namespace: Quartz.Impl
Assembly: Quartz (in Quartz.dll) Version: 1.0.3.3
Syntax

public virtual IList GlobalJobListeners { get; }

Property Value

Type: IList

Implements

IScheduler GlobalJobListeners
See Also