QuartzScheduler GetTriggerGroupNames Method Quartz.NET API Documentation
Get the names of all known ITrigger groups.

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

public virtual IList<string> GetTriggerGroupNames()

Return Value

Type: IList String 

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

Implements

IRemotableQuartzScheduler GetTriggerGroupNames 
See Also