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.181-beta
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