StdRowLockSemaphore ClassQuartz.NET API Documentation
Internal database based lock handler 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

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

public class StdRowLockSemaphore : DBSemaphore
See Also