QuartzScheduler GetJobGroupNames Method Quartz.NET API Documentation
Get the names of all known IJob groups.

Namespace: Quartz.Core
Assembly: Quartz (in Quartz.dll) Version: 2.2.1.400
Syntax

public virtual IList<string> GetJobGroupNames()

Return Value

Type: IList String 

[Missing <returns> documentation for "M:Quartz.Core.QuartzScheduler.GetJobGroupNames"]

Implements

IRemotableQuartzScheduler GetJobGroupNames 
See Also