DBSemaphoreRequiresConnection Property

Quartz.NET 3.0 API Documentation
This Semaphore implementation does use the database.

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