C# Class Composite.Data.Plugins.DataProvider.Streams.FileChangeNotificator

Afficher le fichier Open project: Orckestra/C1-CMS Class Usage Examples

Méthodes publiques

Méthode Description
Subscribe ( Composite.Data.Plugins.DataProvider.Streams.FileSystemFileBase file, OnFileChangedDelegate handler ) : void
Subscribe ( string filePath, OnFileChangedDelegate handler ) : void

Private Methods

Méthode Description
ClearDeadReferences ( ) : void
EnsureInitialization ( ) : void
FileWatcher_Changed ( object sender, FileSystemEventArgs e ) : void
FileWatcher_Deleted ( object sender, FileSystemEventArgs e ) : void
FireFileChangedEvent ( string filePath, FileChangeType changeType ) : void

Method Details

Subscribe() public static méthode

public static Subscribe ( Composite.Data.Plugins.DataProvider.Streams.FileSystemFileBase file, OnFileChangedDelegate handler ) : void
file Composite.Data.Plugins.DataProvider.Streams.FileSystemFileBase
handler OnFileChangedDelegate
Résultat void

Subscribe() public static méthode

public static Subscribe ( string filePath, OnFileChangedDelegate handler ) : void
filePath string
handler OnFileChangedDelegate
Résultat void