IDriverDelegateSelectJobsInGroup Method

Quartz.NET 3.0 API Documentation
Select all of the jobs contained in a given group.

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

C#
Task<IReadOnlyCollection<JobKey>> SelectJobsInGroup(
	ConnectionAndTransactionHolder conn,
	GroupMatcher<JobKey> matcher,
	CancellationToken cancellationToken = null
)

Parameters

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

Return Value

Type: TaskIReadOnlyCollectionJobKey
an array of String job names
See Also

Reference