IDriverDelegate InterfaceQuartz.NET API Documentation
This is the base interface for all driver delegate classes.

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

public interface IDriverDelegate
Remarks

This interface is very similar to the IJobStore interface except each method has an additional ConnectionAndTransactionHolder parameter.

Unless a database driver has some extremely-DB-specific requirements, any IDriverDelegate implementation classes should extend the StdAdoDelegate class.

See Also