IJobStore GetTriggerGroupNames Method Quartz.NET 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: 2.2.1.400
Syntax

IList<string> GetTriggerGroupNames()

Return Value

Type: IList String 

[Missing <returns> documentation for "M:Quartz.Spi.IJobStore.GetTriggerGroupNames"]

See Also