JobBuilder Create Method Quartz.NET API Documentation
Overload List

  NameDescription
Public methodStatic memberCreate 
Create a JobBuilder with which to define a IJobDetail.
Public methodStatic memberCreate T  
Create a JobBuilder with which to define a IJobDetail, and set the class name of the job to be executed.
Public methodStatic memberCreate(Type)
Create a JobBuilder with which to define a IJobDetail, and set the class name of the job to be executed.
Top
See Also