JobKey Create Method (String)Quartz.NET API Documentation

[Missing <summary> documentation for "M:Quartz.JobKey.Create(System.String)"]

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

public static JobKey Create(
	string name
)

Parameters

name
Type: System String

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

Return Value

Type: JobKey

[Missing <returns> documentation for "M:Quartz.JobKey.Create(System.String)"]

See Also