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

Inheritance: BaseObserver, ITask, IHardwareObserver
Afficher le fichier Open project: NZBDash/NZBDash

Private Properties

Свойство Type Description

Méthodes publiques

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

Méthodes protégées

Méthode Description
RefreshSettings ( Configuration c ) : void

Method Details

Execute() public méthode

public Execute ( ) : void
Résultat void

RefreshSettings() protected méthode

protected RefreshSettings ( Configuration c ) : void
c NZBDash.Services.HardwareMonitor.Interfaces.Configuration
Résultat void

Start() public méthode

public Start ( Configuration c ) : void
c NZBDash.Services.HardwareMonitor.Interfaces.Configuration
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

StorageObserver() public méthode

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
Résultat System