Key T  ToString Method Quartz.NET API Documentation

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

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

public override string ToString()

Return Value

Type: String
the string representation of the key
See Also