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

Inheritance: BaseObserver, ITask, IHardwareObserver
Show file Open project: NZBDash/NZBDash

Private Properties

Property Type Description

Public Methods

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

Protected Methods

Method Description
RefreshSettings ( Configuration c ) : void

Method Details

Execute() public method

public Execute ( ) : void
return void

NetworkObserver() public method

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
return System

RefreshSettings() protected method

protected RefreshSettings ( Configuration c ) : void
c Configuration
return void

Start() public method

public Start ( Configuration c ) : void
c Configuration
return void

Stop() public method

public Stop ( ) : void
return void