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

IList<string> GetJobGroupNames()

Return Value

Type: IList String 

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

See Also