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

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

public interface IJobStore
Remarks

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