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
Afficher le fichier Open project: interfect/cjdns-installer

Méthodes publiques

Méthode Description
CjdnsService ( ) : System
Main ( ) : void

Méthodes protégées

Méthode Description
OnStart ( string args ) : void
OnStop ( ) : void

Private Methods

Méthode Description
cjdnsPoller_Elapsed ( object sender, ElapsedEventArgs e ) : void

Method Details

CjdnsService() public méthode

public CjdnsService ( ) : System
Résultat System

Main() public static méthode

public static Main ( ) : void
Résultat void

OnStart() protected méthode

protected OnStart ( string args ) : void
args string
Résultat void

OnStop() protected méthode

protected OnStop ( ) : void
Résultat void