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.220-beta+a56b2444ff27b37e053039e60f062b99378309bd
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