C# Class wincollectd.Daemon

显示文件 Open project: ghetzel/wincollectd

Public Methods

Method Description
Daemon ( ) : System
run ( ) : void
stop ( ) : void

Private Methods

Method Description
buildCounters ( ) : void
consoleRefresh ( ) : void
init ( ) : void
poll ( object source, System.Timers.ElapsedEventArgs e ) : void

Method Details

Daemon() public method

public Daemon ( ) : System
return System

run() public method

public run ( ) : void
return void

stop() public method

public stop ( ) : void
return void