StdAdoDelegateSelectPausedTriggerGroups Method

Quartz.NET 3.0 API Documentation
Selects the paused trigger groups.

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

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

Parameters

conn
Type: Quartz.Impl.AdoJobStoreConnectionAndTransactionHolder

[Missing <param name="conn"/> documentation for "M:Quartz.Impl.AdoJobStore.StdAdoDelegate.SelectPausedTriggerGroups(Quartz.Impl.AdoJobStore.ConnectionAndTransactionHolder,System.Threading.CancellationToken)"]

cancellationToken (Optional)
Type: System.ThreadingCancellationToken

[Missing <param name="cancellationToken"/> documentation for "M:Quartz.Impl.AdoJobStore.StdAdoDelegate.SelectPausedTriggerGroups(Quartz.Impl.AdoJobStore.ConnectionAndTransactionHolder,System.Threading.CancellationToken)"]

Return Value

Type: TaskIReadOnlyCollectionString

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

Implements

IDriverDelegateSelectPausedTriggerGroups(ConnectionAndTransactionHolder, CancellationToken)
See Also

Reference