JobBuilder OfType T  Method Quartz.NET 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: 2.2.4.0
Syntax

public JobBuilder OfType<T>()
Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Quartz.JobBuilder.OfType``1"]

Return Value

Type: JobBuilder
the updated JobBuilder
See Also