SimpleSemaphoreRequiresConnection Property

Quartz.NET 3.0 API Documentation
Whether this Semaphore implementation requires a database connection for its lock management operations.

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

C#
public bool RequiresConnection { get; }

Property Value

Type: Boolean

Implements

ISemaphoreRequiresConnection
See Also

Reference

SimpleSemaphore.IsLockOwner(Guid, String)