JobBuilderOfTypeT Method

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<T>()

Type Parameters

T

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

Return Value

Type: JobBuilder
the updated JobBuilder
See Also

Reference