IDriverDelegateSelectTriggersForJob Method

Quartz.NET 3.0 API Documentation
Select the triggers for a job>

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

C#
Task<IReadOnlyCollection<IOperableTrigger>> SelectTriggersForJob(
	ConnectionAndTransactionHolder conn,
	JobKey jobKey,
	CancellationToken cancellationToken = null
)

Parameters

conn
Type: Quartz.Impl.AdoJobStoreConnectionAndTransactionHolder
The DB Connection
jobKey
Type: QuartzJobKey
The key identifying the job.
cancellationToken (Optional)
Type: System.ThreadingCancellationToken
The cancellation instruction.

Return Value

Type: TaskIReadOnlyCollectionIOperableTrigger
an array of ITrigger objects associated with a given job.
See Also

Reference