SourceFileWatcher

The FileSystemWatcher object that monitors the source directory for file changes.

Public Methods

Start

public void Start(string sourceAbsolutePath, Action<object, FileSystemEventArgs> onSourceFileChanged)

Parameters:

  • sourceAbsolutePath (string)
  • onSourceFileChanged (Action<object, FileSystemEventArgs>)

Stop

public void Stop()

Dispose

public void Dispose()