C# Class GSF.IO.FileProcessorEventArgs

Arguments to events triggered by the FileProcessor.
Inheritance: System.EventArgs
显示文件 Open project: GridProtectionAlliance/gsf Class Usage Examples

Public Methods

Method Description
FileProcessorEventArgs ( string fullPath, bool alreadyProcessed ) : System

Creates a new instance of the FileProcessorEventArgs class.

Method Details

FileProcessorEventArgs() public method

Creates a new instance of the FileProcessorEventArgs class.
public FileProcessorEventArgs ( string fullPath, bool alreadyProcessed ) : System
fullPath string The full path to the file to be processed.
alreadyProcessed bool Flag indicating whether this file has been processed before.
return System