Skip to content

IFileWatcherFactory.KeepAlive method

Keeps the file watcher alive, usually by retaining its instance reference in the watcher factory.

public void KeepAlive(IFileWatcher fileWatcher)
parameter description
fileWatcher The file watcher to keep alive.

See Also