Interface IDirectoryProvider
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
mergedJobDataMapJobDataMap