C# 클래스 ExcelConverter.FolderWatcher

상속: System.IO.FileSystemWatcher
파일 보기 프로젝트 열기: Praeses/ExcelConverterService 1 사용 예제들

공개 메소드들

메소드 설명
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