Table of Contents

Class InMemoryJobStoreOptions

Namespace
Quartz
Assembly
Quartz.dll

Strongly typed configuration for the in-memory job store.

public sealed class InMemoryJobStoreOptions
Inheritance
InMemoryJobStoreOptions
Inherited Members

Remarks

Binds from the JobStore section of the Quartz configuration when an in-memory store is in use.

Properties

MisfireThreshold

How far past its scheduled fire time a trigger may be before it is considered misfired and its misfire instruction is applied.

public TimeSpan MisfireThreshold { get; set; }

Property Value

TimeSpan