KeyTToString Method

Quartz.NET 3.0 API Documentation

Return the string representation of the key. The format will be: <group>.<name>.

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

C#
public override string ToString()

Return Value

Type: String
the string representation of the key
See Also

Reference