C# 클래스 GSF.IO.FileProcessorEventArgs

Arguments to events triggered by the FileProcessor.
상속: System.EventArgs
파일 보기 프로젝트 열기: GridProtectionAlliance/gsf 1 사용 예제들

공개 메소드들

메소드 설명
FileProcessorEventArgs ( string fullPath, bool alreadyProcessed ) : System

Creates a new instance of the FileProcessorEventArgs class.

메소드 상세

FileProcessorEventArgs() 공개 메소드

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.
리턴 System