C# Class Forseti.Specs.Fakes.FakeFileSystemWatcher

Inheritance: IFileSystemWatcher
Afficher le fichier Open project: dolittle/Forseti

Méthodes publiques

Méthode Description
SubscribeToChanges ( FileChanged changed ) : void
TriggerChange ( FileChange changeType, IFile file ) : void

Method Details

SubscribeToChanges() public méthode

public SubscribeToChanges ( FileChanged changed ) : void
changed FileChanged
Résultat void

TriggerChange() public méthode

public TriggerChange ( FileChange changeType, IFile file ) : void
changeType FileChange
file IFile
Résultat void