StdAdoDelegateSelectInstancesFiredTriggerRecords Method

Quartz.NET 3.0 API Documentation
Select the states of all fired-trigger records for a given scheduler instance.

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

C#
public virtual Task<IReadOnlyCollection<FiredTriggerRecord>> SelectInstancesFiredTriggerRecords(
	ConnectionAndTransactionHolder conn,
	string instanceName,
	CancellationToken cancellationToken = null
)

Parameters

conn
Type: Quartz.Impl.AdoJobStoreConnectionAndTransactionHolder
The DB Connection
instanceName
Type: SystemString
Name of the instance.
cancellationToken (Optional)
Type: System.ThreadingCancellationToken
The cancellation instruction.

Return Value

Type: TaskIReadOnlyCollectionFiredTriggerRecord
A list of FiredTriggerRecord objects.

Implements

IDriverDelegateSelectInstancesFiredTriggerRecords(ConnectionAndTransactionHolder, String, CancellationToken)
See Also

Reference