IDirectoryScanListener InterfaceQuartz.NET API Documentation
Interface for objects wishing to receive a 'call-back' from a DirectoryScanJob

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

public interface IDirectoryScanListener
Remarks

Instances should be stored in the SchedulerContext such that the DirectoryScanJob can find it.

See Also