GroupMatcherTKeyGroupStartsWith Method

Quartz.NET 3.0 API Documentation
Create a GroupMatcher that matches groups starting with the given string.

Namespace:  Quartz.Impl.Matchers
Assembly:  Quartz (in Quartz.dll) Version: 3.0.0
Syntax

C#
public static GroupMatcher<TKey> GroupStartsWith(
	string compareTo
)

Parameters

compareTo
Type: SystemString

[Missing <param name="compareTo"/> documentation for "M:Quartz.Impl.Matchers.GroupMatcher`1.GroupStartsWith(System.String)"]

Return Value

Type: GroupMatcherTKey

[Missing <returns> documentation for "M:Quartz.Impl.Matchers.GroupMatcher`1.GroupStartsWith(System.String)"]

See Also

Reference