JobStoreSupportGetJobGroupNames Method (CancellationToken)

Quartz.NET 3.0 API Documentation
Get the names of all of the IJob groups.

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

C#
public Task<IReadOnlyCollection<string>> GetJobGroupNames(
	CancellationToken cancellationToken = null
)

Parameters

cancellationToken (Optional)
Type: System.ThreadingCancellationToken

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

Return Value

Type: TaskIReadOnlyCollectionString

[Missing <returns> documentation for "M:Quartz.Impl.AdoJobStore.JobStoreSupport.GetJobGroupNames(System.Threading.CancellationToken)"]

Implements

IJobStoreGetJobGroupNames(CancellationToken)
Remarks

If there are no known group names, the result should be a zero-length array (not ).
See Also

Reference