JobStoreCMT ClassQuartz.NET API Documentation
JobStoreCMT is meant to be used in an application-server or other software framework environment that provides container-managed-transactions. No commit / rollback will be handled by this class.
Inheritance Hierarchy

System Object
  Quartz.Impl.AdoJobStore AdoConstants
    Quartz.Impl.AdoJobStore JobStoreSupport
      Quartz.Impl.AdoJobStore JobStoreCMT

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

public class JobStoreCMT : JobStoreSupport
Remarks

If you need commit / rollback, use JobStoreTX instead.
See Also