IDriverDelegateHasMisfiredTriggersInState Method (ConnectionAndTransactionHolder, String, DateTimeOffset, CancellationToken)

Quartz.NET 3.0 API Documentation
Get the names of all of the triggers in the given state that have misfired - according to the given timestamp.

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

C#
Task<IReadOnlyCollection<TriggerKey>> HasMisfiredTriggersInState(
	ConnectionAndTransactionHolder conn,
	string state,
	DateTimeOffset ts,
	CancellationToken cancellationToken = null
)

Parameters

conn
Type: Quartz.Impl.AdoJobStoreConnectionAndTransactionHolder
The DB Connection
state
Type: SystemString
The state.
ts
Type: SystemDateTimeOffset
The time stamp.
cancellationToken (Optional)
Type: System.ThreadingCancellationToken
The cancellation instruction.

Return Value

Type: TaskIReadOnlyCollectionTriggerKey
An array of TriggerKey objects
See Also

Reference