JobStoreSupportUseDBLocks Property

Quartz.NET 3.0 API Documentation
Get or set whether this instance should use database-based thread synchronization.

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

C#
public bool UseDBLocks { get; set; }

Property Value

Type: Boolean
See Also

Reference