RecoverMisfiredJobsResult Constructor

Quartz.NET 3.0 API Documentation
Initializes a new instance of the RecoverMisfiredJobsResult class.

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

C#
public RecoverMisfiredJobsResult(
	bool hasMoreMisfiredTriggers,
	int processedMisfiredTriggerCount,
	DateTimeOffset earliestNewTimeUtc
)

Parameters

hasMoreMisfiredTriggers
Type: SystemBoolean
if set to true [has more misfired triggers].
processedMisfiredTriggerCount
Type: SystemInt32
The processed misfired trigger count.
earliestNewTimeUtc
Type: SystemDateTimeOffset
See Also

Reference