IFileWatcher interface
namespace: Serenity.Web assembly: Serenity.Net.Web
Abstraction for a file system watcher.
public interface IFileWatcher
Members
| name | description |
|---|---|
| Filter { get; } | Gets the file filter being watched. |
| Path { get; } | Gets the directory path being watched. |
| event Changed | Raised when a watched file changes. |
| RaiseChanged(…) | Raises the Changed event for the specified file. |
See Also
- Source: IFileWatcher.cs