JobStoreSupportTxIsolationLevelSerializable Property

Quartz.NET 3.0 API Documentation
Set the transaction isolation level of DB connections to sequential.

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

C#
public virtual bool TxIsolationLevelSerializable { get; set; }

Property Value

Type: Boolean
See Also

Reference