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.
Top
See Also