C# Class CjdnsService, cjdns-installer

A service to run cjdns on Windows. Handles all the service things needed to tie into the Windows service system.
Inheritance: ServiceBase
ファイルを表示 Open project: interfect/cjdns-installer

Public Methods

Method Description
CjdnsService ( ) : System
Main ( ) : void

Protected Methods

Method Description
OnStart ( string args ) : void
OnStop ( ) : void

Private Methods

Method Description
cjdnsPoller_Elapsed ( object sender, ElapsedEventArgs e ) : void

Method Details

CjdnsService() public method

public CjdnsService ( ) : System
return System

Main() public static method

public static Main ( ) : void
return void

OnStart() protected method

protected OnStart ( string args ) : void
args string
return void

OnStop() protected method

protected OnStop ( ) : void
return void