C# Class NZBDash.Services.Monitor.Storage.StorageObserver

Inheritance: BaseObserver, ITask, IHardwareObserver
Datei anzeigen Open project: NZBDash/NZBDash

Private Properties

Property Type Description

Public Methods

Method Description
Execute ( ) : void
Start ( Configuration c ) : void
Stop ( ) : void
StorageObserver ( ISettingsService settings, IEventService eventService, ISmtpClient client, IFile file, ILogger logger, IHardwareService hardwareService ) : System

Protected Methods

Method Description
RefreshSettings ( Configuration c ) : void

Method Details

Execute() public method

public Execute ( ) : void
return void

RefreshSettings() protected method

protected RefreshSettings ( Configuration c ) : void
c NZBDash.Services.HardwareMonitor.Interfaces.Configuration
return void

Start() public method

public Start ( Configuration c ) : void
c NZBDash.Services.HardwareMonitor.Interfaces.Configuration
return void

Stop() public method

public Stop ( ) : void
return void

StorageObserver() public method

public StorageObserver ( ISettingsService settings, IEventService eventService, ISmtpClient client, IFile file, ILogger logger, IHardwareService hardwareService ) : System
settings ISettingsService
eventService IEventService
client ISmtpClient
file IFile
logger ILogger
hardwareService IHardwareService
return System