Quartz.Job NamespaceQuartz.NET API Documentation
 
Classes

  ClassDescription
Public classFileScanJob
Inspects a file and compares whether it's "last modified date" has changed since the last time it was inspected. If the file has been updated, the job invokes a "call-back" method on an identified IFileScanListener that can be found in the SchedulerContext.
Public classNativeJob
Built in job for executing native executables in a separate process.
Public classNoOpJob
An implementation of Job, that does absolutely nothing - useful for system which only wish to use ITriggerListeners and IJobListeners, rather than writing Jobs that perform work.
Public classSendMailJob
A Job which sends an e-mail with the configured content to the configured recipient.
Interfaces

  InterfaceDescription
Public interfaceIFileScanListener
Interface for objects wishing to receive a 'call-back' from a FileScanJob.