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.242-beta+5de70bd1c87865d409ebc16b8886196644c0c750
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