Click or drag to resize

FileProcessorResetIndexAndStatistics Method

Resets the internal file index so all files can be reprocessed.

Namespace: GSF.IO
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.260-beta+cb466f216da12fb731bf5493e0294c87f9de1794
Syntax
public void ResetIndexAndStatistics()
View Source
Remarks
As an optimization, the internal file index allows the file processor to enumerate the folder without raising events for files that were already processed, enabling the file processor to process files that were missed by the file watcher. However, because of this optimization, it can instead be difficult to force the file processor to reprocess files it has already processed once before. This method clears the internal file index, allowing for reprocessing of files that have already been processed.
See Also