ISemaphore MembersQuartz.NET API Documentation

The ISemaphore type exposes the following members.

Methods

  NameDescription
Public methodIsLockOwner
Determine whether the calling thread owns a lock on the identified resource.
Public methodObtainLock
Grants a lock on the identified resource to the calling thread (blocking until it is available).
Public methodReleaseLock
Release the lock on the identified resource if it is held by the calling thread.
Top
Properties

  NameDescription
Public propertyRequiresConnection
Whether this Semaphore implementation requires a database connection for its lock management operations.
Top
See Also