StdAdoDelegateSelectTriggersForCalendar Method

Quartz.NET 3.0 API Documentation
Select the triggers for a calendar

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

C#
public virtual Task<IReadOnlyCollection<IOperableTrigger>> SelectTriggersForCalendar(
	ConnectionAndTransactionHolder conn,
	string calName,
	CancellationToken cancellationToken = null
)

Parameters

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

Return Value

Type: TaskIReadOnlyCollectionIOperableTrigger
An array of ITrigger objects associated with a given job.

Implements

IDriverDelegateSelectTriggersForCalendar(ConnectionAndTransactionHolder, String, CancellationToken)
See Also

Reference