NameMatcherTKeyNameContains Method

Quartz.NET 3.0 API Documentation
Create a NameMatcher that matches names containing the given string.

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

C#
public static NameMatcher<TKey> NameContains(
	string compareTo
)

Parameters

compareTo
Type: SystemString

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

Return Value

Type: NameMatcherTKey

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

See Also

Reference