Skip to content

DefaultFileWatcherFactory class

namespace: Serenity.Web   assemblySerenity.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