Click or drag to resize

FileProcessorEventArgs Constructor

Creates a new instance of the FileProcessorEventArgs class.

Namespace: GSF.IO
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.191-beta+925724bd48239ba1d4417fe63f8c4977892ab734
Syntax
public FileProcessorEventArgs(
	string fullPath,
	bool raisedByFileWatcher,
	Func<int> retryCounter
)
View Source

Parameters

fullPath  String
The full path to the file to be processed.
raisedByFileWatcher  Boolean
Flag indicating whether this event was raised by the file watcher.
retryCounter  FuncInt32
The function that provides the value for RetryCount.
See Also