JobStoreSupport ITransactionCallback InterfaceQuartz.NET API Documentation
Implement this interface to provide the code to execute within the a transaction template. If no return value is required, execute should just return null.

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

protected interface ITransactionCallback
See Also