FileScanJob ClassQuartz.NET API Documentation
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.
Inheritance Hierarchy

System Object
  Quartz.Job FileScanJob

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

public class FileScanJob : IStatefulJob, 
	IJob
See Also