JobKey Constructor (String)

Quartz.NET 3.0 API Documentation
Initializes a new instance of the JobKey class

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

C#
public JobKey(
	string name
)

Parameters

name
Type: SystemString

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

See Also

Reference