C# Class Sphere.Core.Editor.DeferredFileSystemWatcher

A FileSystemWatcher that only triggers after so long of a delay.
Inheritance: System.IO.FileSystemWatcher
Datei anzeigen Open project: Radnen/spherestudio Class Usage Examples

Public Methods

Method Description
DeferredFileSystemWatcher ( ) : System.Collections.Generic

Initializes a new instance of the DeferredFileSystemWatcher.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Overrides the default dispose method to dispose the timer.

Private Methods

Method Description
_timer_Elapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void
base_Changed ( object sender, FileSystemEventArgs e ) : void
base_Created ( object sender, FileSystemEventArgs e ) : void
base_Deleted ( object sender, FileSystemEventArgs e ) : void
base_Renamed ( object sender, RenamedEventArgs e ) : void

Method Details

DeferredFileSystemWatcher() public method

Initializes a new instance of the DeferredFileSystemWatcher.
public DeferredFileSystemWatcher ( ) : System.Collections.Generic
return System.Collections.Generic

Dispose() protected method

Overrides the default dispose method to dispose the timer.
protected Dispose ( bool disposing ) : void
disposing bool
return void