JobKey MembersQuartz.NET API Documentation

The JobKey type exposes the following members.

Constructors

  NameDescription
Public methodJobKey(String)
Initializes a new instance of the JobKey class
Public methodJobKey(String, String)
Initializes a new instance of the JobKey class
Top
Methods

  NameDescription
Public methodCompareTo (Inherited from Key T .)
Public methodStatic memberCreate(String)
Public methodStatic memberCreate(String, String)
Public methodEquals (Inherited from Key T .)
Public methodGetHashCode (Inherited from Key T .)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString

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

(Inherited from Key T .)
Top
Properties

  NameDescription
Public propertyGroup

Get the group portion of the key.

(Inherited from Key T .)
Public propertyName
Get the name portion of the key.
(Inherited from Key T .)
Top
See Also