IJobFactory MembersQuartz.NET API Documentation

The IJobFactory type exposes the following members.

Methods

  NameDescription
Public methodNewJob
Called by the scheduler at the time of the trigger firing, in order to produce a IJob instance on which to call Execute.
Public methodReturnJob
Allows the the job factory to destroy/cleanup the job if needed.
Top
See Also