Interface IFileMonitor
The FileMonitor interface.
Namespace: MESL.SqlRace.Domain.Monitoring
Assembly: MESL.SqlRace.Domain.dll
Syntax
public interface IFileMonitor
Properties
Path
Gets or sets the path.
Declaration
string Path { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
StartMonitoring()
The start monitoring.
Declaration
void StartMonitoring()
StopMonitoring()
The stop monitoring.
Declaration
void StopMonitoring()