JobBuilderCreate Method (Type)

Quartz.NET 3.0 API Documentation
Create a JobBuilder with which to define a IJobDetail, and set the class name of the job to be executed.

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

C#
public static JobBuilder Create(
	Type jobType
)

Parameters

jobType
Type: SystemType

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

Return Value

Type: JobBuilder
a new JobBuilder
See Also

Reference