IDriverDelegateSelectTriggerNamesForJob Method

Quartz.NET 3.0 API Documentation
Get the names of all of the triggers associated with the given job.

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

C#
Task<IReadOnlyCollection<TriggerKey>> SelectTriggerNamesForJob(
	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: TaskIReadOnlyCollectionTriggerKey

[Missing <returns> documentation for "M:Quartz.Impl.AdoJobStore.IDriverDelegate.SelectTriggerNamesForJob(Quartz.Impl.AdoJobStore.ConnectionAndTransactionHolder,Quartz.JobKey,System.Threading.CancellationToken)"]

See Also

Reference