JobKeyCreate Method (String, String)

Quartz.NET 3.0 API Documentation

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

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

C#
public static JobKey Create(
	string name,
	string group
)

Parameters

name
Type: SystemString

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

group
Type: SystemString

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

Return Value

Type: JobKey

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

See Also

Reference