C# 클래스 CmisSync.Lib.Watcher

Watches the local filesystem for changes.
상속: System.IO.FileSystemWatcher
파일 보기 프로젝트 열기: aegif/CmisSync 1 사용 예제들

공개 메소드들

메소드 설명
Clear ( ) : void

remove all from changes

GetChangeCount ( ) : int

Get the change queue.

GetChangeQueue ( ) : Queue

Get the change queue.

Watcher ( string folder ) : System

Constructor.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Dispose of the watcher. Called by RepoBase.Dispose via System.ComponentModel

비공개 메소드들

메소드 설명
AddChange ( FileSystemEventArgs change ) : void

insert in changes.

ChangeHandle ( FileSystemEventArgs change ) : void
InvokeChangeEvent ( FileSystemEventArgs args ) : void
OnChanged ( object source, FileSystemEventArgs e ) : void
OnCreated ( object source, FileSystemEventArgs e ) : void
OnDeleted ( object source, FileSystemEventArgs e ) : void
OnError ( object source, ErrorEventArgs e ) : void
OnRenamed ( object source, RenamedEventArgs e ) : void

메소드 상세

Clear() 공개 메소드

remove all from changes
public Clear ( ) : void
리턴 void

Dispose() 보호된 메소드

Dispose of the watcher. Called by RepoBase.Dispose via System.ComponentModel
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetChangeCount() 공개 메소드

Get the change queue.
public GetChangeCount ( ) : int
리턴 int

GetChangeQueue() 공개 메소드

Get the change queue.
public GetChangeQueue ( ) : Queue
리턴 Queue

Watcher() 공개 메소드

Constructor.
public Watcher ( string folder ) : System
folder string
리턴 System