IJobStore InterfaceQuartz.NET API Documentation
The interface to be implemented by classes that want to provide a IJob and ITrigger storage mechanism for the QuartzScheduler's use.

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

public interface IJobStore
Remarks

Storage of IJob s and ITrigger s should be keyed on the combination of their name and group for uniqueness.
See Also