SimpleSemaphore ClassQuartz.NET API Documentation
Internal in-memory 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 SimpleSemaphore

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

public class SimpleSemaphore : ISemaphore
See Also