C# 클래스 CjdnsService, cjdns-installer

A service to run cjdns on Windows. Handles all the service things needed to tie into the Windows service system.
상속: ServiceBase
파일 보기 프로젝트 열기: interfect/cjdns-installer

공개 메소드들

메소드 설명
CjdnsService ( ) : System
Main ( ) : void

보호된 메소드들

메소드 설명
OnStart ( string args ) : void
OnStop ( ) : void

비공개 메소드들

메소드 설명
cjdnsPoller_Elapsed ( object sender, ElapsedEventArgs e ) : void

메소드 상세

CjdnsService() 공개 메소드

public CjdnsService ( ) : System
리턴 System

Main() 공개 정적인 메소드

public static Main ( ) : void
리턴 void

OnStart() 보호된 메소드

protected OnStart ( string args ) : void
args string
리턴 void

OnStop() 보호된 메소드

protected OnStop ( ) : void
리턴 void