DefaultFileWatcherFactory class
namespace: Serenity.Web assembly: Serenity.Net.Web
Default implementation of IFileWatcherFactory that keeps created watchers alive for the lifetime of the factory.
public class DefaultFileWatcherFactory : IFileWatcherFactory
Public Members
| name | description |
|---|---|
| DefaultFileWatcherFactory() | Initializes a new instance of the DefaultFileWatcherFactory class. |
| Watchers { get; } | |
| Create(…) | |
| KeepAlive(…) |
See Also
- interface IFileWatcherFactory
- Source: DefaultFileWatcherFactory.cs