DirectoryScanJob ClassQuartz.NET API Documentation
Inspects a directory and compares whether any files' "last modified dates" have changed since the last time it was inspected. If one or more files have been updated (or created), the job invokes a "call-back" method on an identified IDirectoryScanListener that can be found in the SchedulerContext.
Inheritance Hierarchy

System Object
  Quartz.Job DirectoryScanJob

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

public class DirectoryScanJob : IJob
See Also