Skip to content

IFileWatcherFactory interface

namespace: Serenity.Web   assemblySerenity.Net.Web

An abstract factory for creating file system watchers.

public interface IFileWatcherFactory

Members

name description
Watchers { get; } Gets the list of stored file watchers.
Create(…) Creates a new file system watcher for the given path and filter.
KeepAlive(…) Keeps the file watcher alive, usually by retaining its instance reference in the watcher factory.

See Also