Table of Contents

Interface IDirectoryProvider

Namespace
Quartz.Jobs
Assembly
Quartz.Jobs.dll

Interface for objects that wish to provide a list of directory paths to be monitored to DirectoryScanJob

public interface IDirectoryProvider

Remarks

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

Methods

GetDirectoriesToScan(JobDataMap)

Called by DirectoryScanJob to provide a list of directory paths to monitor - absolute paths are recommended.

List<string> GetDirectoriesToScan(JobDataMap mergedJobDataMap)

Parameters

mergedJobDataMap JobDataMap

Returns

List<string>