NameMatcherTKeyGetValue Method

Quartz.NET 3.0 API Documentation

[Missing <summary> documentation for "M:Quartz.Impl.Matchers.NameMatcher`1.GetValue(`0)"]

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

C#
protected override string GetValue(
	TKey key
)

Parameters

key
Type: TKey

[Missing <param name="key"/> documentation for "M:Quartz.Impl.Matchers.NameMatcher`1.GetValue(`0)"]

Return Value

Type: String

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

See Also

Reference