IDriverDelegateSelectMisfiredTriggers Method

Quartz.NET 3.0 API Documentation
Get the names of all of the triggers 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>> SelectMisfiredTriggers(
	ConnectionAndTransactionHolder conn,
	DateTimeOffset timestamp,
	CancellationToken cancellationToken = null
)

Parameters

conn
Type: Quartz.Impl.AdoJobStoreConnectionAndTransactionHolder

[Missing <param name="conn"/> documentation for "M:Quartz.Impl.AdoJobStore.IDriverDelegate.SelectMisfiredTriggers(Quartz.Impl.AdoJobStore.ConnectionAndTransactionHolder,System.DateTimeOffset,System.Threading.CancellationToken)"]

timestamp
Type: SystemDateTimeOffset

[Missing <param name="timestamp"/> documentation for "M:Quartz.Impl.AdoJobStore.IDriverDelegate.SelectMisfiredTriggers(Quartz.Impl.AdoJobStore.ConnectionAndTransactionHolder,System.DateTimeOffset,System.Threading.CancellationToken)"]

cancellationToken (Optional)
Type: System.ThreadingCancellationToken

[Missing <param name="cancellationToken"/> documentation for "M:Quartz.Impl.AdoJobStore.IDriverDelegate.SelectMisfiredTriggers(Quartz.Impl.AdoJobStore.ConnectionAndTransactionHolder,System.DateTimeOffset,System.Threading.CancellationToken)"]

Return Value

Type: TaskIReadOnlyCollectionTriggerKey
An array of TriggerKey objects
See Also

Reference