C# 클래스 ATMLUtilitiesLibrary.UTRSFileWatcher

파일 보기 프로젝트 열기: UtrsSoftware/ATMLWorkBench

공개 메소드들

메소드 설명
PauseWatcher ( UTRSFileWatchable sender ) : bool
ReleaseWatcher ( UTRSFileWatchable sender ) : bool
RestartWatcher ( UTRSFileWatchable sender ) : bool
WatchFile ( UTRSFileWatchable sender, string documentPath, string documentName ) : void

비공개 메소드들

메소드 설명
ChangeWatcherState ( UTRSFileWatchable sender, bool state ) : bool
UTRSFileWatcher ( ) : System

메소드 상세

PauseWatcher() 공개 메소드

public PauseWatcher ( UTRSFileWatchable sender ) : bool
sender UTRSFileWatchable
리턴 bool

ReleaseWatcher() 공개 메소드

public ReleaseWatcher ( UTRSFileWatchable sender ) : bool
sender UTRSFileWatchable
리턴 bool

RestartWatcher() 공개 메소드

public RestartWatcher ( UTRSFileWatchable sender ) : bool
sender UTRSFileWatchable
리턴 bool

WatchFile() 공개 메소드

public WatchFile ( UTRSFileWatchable sender, string documentPath, string documentName ) : void
sender UTRSFileWatchable
documentPath string
documentName string
리턴 void