JobBuilderOfType Method (Type)

Quartz.NET 3.0 API Documentation
Set the class which will be instantiated and executed when a Trigger fires that is associated with this JobDetail.

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

C#
public JobBuilder OfType(
	Type type
)

Parameters

type
Type: SystemType

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

Return Value

Type: JobBuilder
the updated JobBuilder
See Also

Reference