IJobStore GetTriggersForJob Method Quartz.NET API Documentation
Get all of the Triggers that are associated to the given Job.

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

IList<IOperableTrigger> GetTriggersForJob(
	JobKey jobKey
)

Parameters

jobKey
Type: Quartz JobKey

[Missing <param name="jobKey"/> documentation for "M:Quartz.Spi.IJobStore.GetTriggersForJob(Quartz.JobKey)"]

Return Value

Type: IList IOperableTrigger 

[Missing <returns> documentation for "M:Quartz.Spi.IJobStore.GetTriggersForJob(Quartz.JobKey)"]

Remarks

If there are no matches, a zero-length array should be returned.
See Also