JobBuilderStoreDurably Method (Boolean)

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(
	bool durability
)

Parameters

durability
Type: SystemBoolean
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

Reference