C# Class ExcelConverter.FolderWatcher

Inheritance: System.IO.FileSystemWatcher
ファイルを表示 Open project: Praeses/ExcelConverterService Class Usage Examples

Public Methods

Method Description
FolderWatcher ( string folderPath ) : System
FolderWatcher ( string folderPath, int timeout ) : System

Private Methods

Method Description
abortActivityMonitoring ( ) : void
convertFileIfNecessary ( string filePath ) : bool
eventRaised ( object sender, FileSystemEventArgs e ) : void

Triggered when an event is raised from the folder activity monitoring. All types exists in System.IO

startActivityMonitoring ( ) : void

Method Details

FolderWatcher() public method

public FolderWatcher ( string folderPath ) : System
folderPath string
return System

FolderWatcher() public method

public FolderWatcher ( string folderPath, int timeout ) : System
folderPath string
timeout int
return System