JobStoreSupportMakeThreadsDaemons Property

Quartz.NET 3.0 API Documentation
Get whether the threads spawned by this JobStore should be marked as daemon. Possible threads include the MisfireHandler and the ClusterManager.

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

C#
public bool MakeThreadsDaemons { get; set; }

Return Value

Type: Boolean
See Also

Reference