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.241-beta+912389e96d98840d2a999d490420db618dcbe4c6
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  Func<Int32>
The function that provides the value for RetryCount.
See Also