C# Класс ExcelConverter.FolderWatcher

Наследование: System.IO.FileSystemWatcher
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
FolderWatcher ( string folderPath ) : System
FolderWatcher ( string folderPath, int timeout ) : System

Приватные методы

Метод Описание
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

Описание методов

FolderWatcher() публичный Метод

public FolderWatcher ( string folderPath ) : System
folderPath string
Результат System

FolderWatcher() публичный Метод

public FolderWatcher ( string folderPath, int timeout ) : System
folderPath string
timeout int
Результат System