JobKey Constructor (String)Quartz.NET API Documentation
Initializes a new instance of the JobKey class

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

public JobKey(
	string name
)

Parameters

name
Type: System String

[Missing <param name="name"/> documentation for "M:Quartz.JobKey.#ctor(System.String)"]

See Also