JobBuilder Build Method Quartz.NET API Documentation
Produce the IJobDetail instance defined by this JobBuilder.

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

public IJobDetail Build()

Return Value

Type: IJobDetail
the defined JobDetail.
See Also