C# 클래스 NZBDash.Services.Monitor.Cpu.CpuObserver

상속: BaseObserver, ITask, IHardwareObserver
파일 보기 프로젝트 열기: NZBDash/NZBDash

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CpuObserver ( ISettingsService settings, IEventService eventService, ISmtpClient client, IFile file, ILogger logger ) : System
Execute ( ) : void
Start ( Configuration c ) : void
Stop ( ) : void

보호된 메소드들

메소드 설명
RefreshSettings ( Configuration c ) : void

메소드 상세

CpuObserver() 공개 메소드

public CpuObserver ( ISettingsService settings, IEventService eventService, ISmtpClient client, IFile file, ILogger logger ) : System
settings ISettingsService
eventService IEventService
client ISmtpClient
file IFile
logger ILogger
리턴 System

Execute() 공개 메소드

public Execute ( ) : void
리턴 void

RefreshSettings() 보호된 메소드

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

Start() 공개 메소드

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

Stop() 공개 메소드

public Stop ( ) : void
리턴 void