StdAdoDelegateCountMisfiredTriggersInState Method

Quartz.NET 3.0 API Documentation
Get the number of 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#
public virtual Task<int> CountMisfiredTriggersInState(
	ConnectionAndTransactionHolder conn,
	string state1,
	DateTimeOffset ts,
	CancellationToken cancellationToken = null
)

Parameters

conn
Type: Quartz.Impl.AdoJobStoreConnectionAndTransactionHolder
state1
Type: SystemString
ts
Type: SystemDateTimeOffset
cancellationToken (Optional)
Type: System.ThreadingCancellationToken
The cancellation instruction.

Return Value

Type: TaskInt32

[Missing <returns> documentation for "M:Quartz.Impl.AdoJobStore.StdAdoDelegate.CountMisfiredTriggersInState(Quartz.Impl.AdoJobStore.ConnectionAndTransactionHolder,System.String,System.DateTimeOffset,System.Threading.CancellationToken)"]

Implements

IDriverDelegateCountMisfiredTriggersInState(ConnectionAndTransactionHolder, String, DateTimeOffset, CancellationToken)
See Also

Reference