DBSemaphore ClassQuartz.NET API Documentation
Base class for database based lock handlers for providing thread/resource locking in order to protect resources from being altered by multiple threads at the same time.
Inheritance Hierarchy

System Object
  Quartz.Impl.AdoJobStore AdoConstants
    Quartz.Impl.AdoJobStore StdAdoConstants
      Quartz.Impl.AdoJobStore DBSemaphore
        Quartz.Impl.AdoJobStore StdRowLockSemaphore
        Quartz.Impl.AdoJobStore UpdateLockRowSemaphore

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

public abstract class DBSemaphore : StdAdoConstants, 
	ISemaphore, ITablePrefixAware
See Also