JobBuilder Create Method (Type)Quartz.NET 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: 2.2.1.400
Syntax

public static JobBuilder Create(
	Type jobType
)

Parameters

jobType
Type: System Type

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

Return Value

Type: JobBuilder
a new JobBuilder
See Also