IDriverDelegateHasMisfiredTriggersInState Method (ConnectionAndTransactionHolder, String, DateTimeOffset, Int32, ICollectionTriggerKey, CancellationToken)

Quartz.NET 3.0 API Documentation
Selects the misfired triggers in states.

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

C#
Task<bool> HasMisfiredTriggersInState(
	ConnectionAndTransactionHolder conn,
	string state1,
	DateTimeOffset ts,
	int count,
	ICollection<TriggerKey> resultList,
	CancellationToken cancellationToken = null
)

Parameters

conn
Type: Quartz.Impl.AdoJobStoreConnectionAndTransactionHolder
The conn.
state1
Type: SystemString
The state1.
ts
Type: SystemDateTimeOffset
The ts.
count
Type: SystemInt32
The count.
resultList
Type: System.Collections.GenericICollectionTriggerKey
The result list.
cancellationToken (Optional)
Type: System.ThreadingCancellationToken
The cancellation instruction.

Return Value

Type: TaskBoolean

[Missing <returns> documentation for "M:Quartz.Impl.AdoJobStore.IDriverDelegate.HasMisfiredTriggersInState(Quartz.Impl.AdoJobStore.ConnectionAndTransactionHolder,System.String,System.DateTimeOffset,System.Int32,System.Collections.Generic.ICollection{Quartz.TriggerKey},System.Threading.CancellationToken)"]

See Also

Reference