IFileWatcherFactory.Create method
namespace: Serenity.Web assembly: Serenity.Net.Web
Creates a new file system watcher for path and filter
public IFileWatcher Create(string path, string filter)
| parameter | description |
|---|---|
| path | Watch path |
| filter | Watch filter |
See Also
- interface IFileWatcher
- interface IFileWatcherFactory