Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
CjdnsService
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