JobBuilder StoreDurably Method (Boolean)Quartz.NET 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: 2.2.1.400
Syntax

public JobBuilder StoreDurably(
	bool durability
)

Parameters

durability
Type: System Boolean
the value to set for the durability property.

Return Value

Type: JobBuilder
the updated JobBuilder
Remarks

If not explicitly set, the default value is  .
See Also