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.258-beta+f8b6aa3dbfe0b4cc2b0b0760dd5d2a3dd4f59d09
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