C# Class FileFind.Meshwork.ShareWatcher

Exibir arquivo Open project: codebutler/meshwork Class Usage Examples

Public Methods

Method Description
ShareWatcher ( ) : System
Start ( ) : void
Stop ( ) : void

Private Methods

Method Description
ChangedFileWatcher ( ) : void
CreateDirectoryForLocalPath ( string localPath ) : void
GetFromLocalPath ( string localPath ) : FileFind.Meshwork.Filesystem.ILocalDirectoryItem
GetParentDirectory ( FileSystemInfo info ) : LocalDirectory
HandleDirectoryChanged ( string path ) : void
HandleFileChanged ( string path ) : void
watcher_Changed ( object sender, FileSystemEventArgs args ) : void
watcher_Deleted ( object sender, FileSystemEventArgs args ) : void

Method Details

ShareWatcher() public method

public ShareWatcher ( ) : System
return System

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void