JobBuilderStoreDurably Method

Quartz.NET 3.0 API Documentation
Whether or not the job should remain stored after it is orphaned (no ITriggers point to it).

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

C#
public JobBuilder StoreDurably()

Return Value

Type: JobBuilder
the updated JobBuilder
Remarks

If not explicitly set, the default value is - this method sets the value to
true
.
See Also

Reference