ISemaphoreRequiresConnection 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#
bool RequiresConnection { get; }

Property Value

Type: Boolean
See Also

Reference