C# 클래스 LongoMatch.Services.ImportMonitorServices

This services monitors a directory in the filesystem looking for Dashboard Team or Project and imports them into the database.
상속: IService
파일 보기 프로젝트 열기: LongoMatch/longomatch 1 사용 예제들

공개 메소드들

메소드 설명
ImportMonitorServices ( string directoryPath, IDirectoryMonitor monitor ) : System
Start ( ) : bool
Stop ( ) : bool

비공개 메소드들

메소드 설명
HandleFileChangedEvent ( FileChangeType eventType, string path ) : void

메소드 상세

ImportMonitorServices() 공개 메소드

public ImportMonitorServices ( string directoryPath, IDirectoryMonitor monitor ) : System
directoryPath string
monitor IDirectoryMonitor
리턴 System

Start() 공개 메소드

public Start ( ) : bool
리턴 bool

Stop() 공개 메소드

public Stop ( ) : bool
리턴 bool