JobStoreSupportClustered Property

Quartz.NET 3.0 API Documentation
Get or set whether this instance is part of a cluster.

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

C#
public bool Clustered { get; set; }

Property Value

Type: Boolean

Implements

IJobStoreClustered
See Also

Reference