C# Class ExcelConverter.FolderWatcher

Inheritance: System.IO.FileSystemWatcher
Afficher le fichier Open project: Praeses/ExcelConverterService Class Usage Examples

Méthodes publiques

Méthode Description
FolderWatcher ( string folderPath ) : System
FolderWatcher ( string folderPath, int timeout ) : System

Private Methods

Méthode 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 méthode

public FolderWatcher ( string folderPath ) : System
folderPath string
Résultat System

FolderWatcher() public méthode

public FolderWatcher ( string folderPath, int timeout ) : System
folderPath string
timeout int
Résultat System