IJobStoreGetJobGroupNames Method

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

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

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

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

Parameters

cancellationToken (Optional)
Type: System.ThreadingCancellationToken

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

Return Value

Type: TaskIReadOnlyCollectionString

[Missing <returns> documentation for "M:Quartz.Spi.IJobStore.GetJobGroupNames(System.Threading.CancellationToken)"]

See Also

Reference