IJobStoreGetTriggerGroupNames Method

Quartz.NET 3.0 API Documentation
Get the names of all of the ITrigger 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>> GetTriggerGroupNames(
	CancellationToken cancellationToken = null
)

Parameters

cancellationToken (Optional)
Type: System.ThreadingCancellationToken

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

Return Value

Type: TaskIReadOnlyCollectionString

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

See Also

Reference