C# Class Sphere.Core.Editor.DeferredFileSystemWatcher

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

Méthodes publiques

Méthode Description
DeferredFileSystemWatcher ( ) : System.Collections.Generic

Initializes a new instance of the DeferredFileSystemWatcher.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Overrides the default dispose method to dispose the timer.

Private Methods

Méthode 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 méthode

Initializes a new instance of the DeferredFileSystemWatcher.
public DeferredFileSystemWatcher ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Dispose() protected méthode

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