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.300-beta+b2186e2cd1f968c931b0e151fdd7c839f3d1e9cf
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