C# 클래스 VersionOne.ServiceHost.Core.FolderMonitor

상속: FileSystemMonitor
파일 보기 프로젝트 열기: versionone/VersionOne.ServiceHost.Core

공개 메소드들

메소드 설명
FolderMonitor ( IProfile profile, string watchFolder, string filterPattern, ProcessFolderDelegate processor ) : System.IO
ProcessFolder ( object pubobj ) : void

보호된 메소드들

메소드 설명
InvokeProcessor ( string path ) : void

메소드 상세

FolderMonitor() 공개 메소드

public FolderMonitor ( IProfile profile, string watchFolder, string filterPattern, ProcessFolderDelegate processor ) : System.IO
profile IProfile
watchFolder string
filterPattern string
processor ProcessFolderDelegate
리턴 System.IO

InvokeProcessor() 보호된 메소드

protected InvokeProcessor ( string path ) : void
path string
리턴 void

ProcessFolder() 공개 메소드

public ProcessFolder ( object pubobj ) : void
pubobj object
리턴 void