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.256-beta+0e7e94d39a9b10efe7e26e3b8d5130afc0dd4d74
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