IFileWatcherFactory interface
namespace: Serenity.Web assembly: Serenity.Net.Web
An abstract factory to create file system watchers
public interface IFileWatcherFactory
Members
| name | description |
|---|---|
| Watchers { get; } | Gets list of stored file watchers |
| Create(…) | Creates a new file system watcher for path and filter |
| KeepAlive(…) | Keeps the file watcher alive, usually keeping its instance reference in the watcher factory |
See Also
- Source: IFileWatcherFactory.cs