C# Class NZBDash.Services.Monitor.Network.NetworkObserver

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

Private Properties

Свойство Type Description

Méthodes publiques

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

Méthodes protégées

Méthode Description
RefreshSettings ( Configuration c ) : void

Method Details

Execute() public méthode

public Execute ( ) : void
Résultat void

NetworkObserver() public méthode

public NetworkObserver ( 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

RefreshSettings() protected méthode

protected RefreshSettings ( Configuration c ) : void
c Configuration
Résultat void

Start() public méthode

public Start ( Configuration c ) : void
c Configuration
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void