StdAdoDelegateSelectJobGroups Method

Quartz.NET 3.0 API Documentation
Select all of the job group names that are stored.

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

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

Parameters

conn
Type: Quartz.Impl.AdoJobStoreConnectionAndTransactionHolder
The DB Connection.
cancellationToken (Optional)
Type: System.ThreadingCancellationToken
The cancellation instruction.

Return Value

Type: TaskIReadOnlyCollectionString
An array of String group names.

Implements

IDriverDelegateSelectJobGroups(ConnectionAndTransactionHolder, CancellationToken)
See Also

Reference