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
@namespace
Service
C# Class @namespace.Service
Inheritance:
ServiceBase
显示文件
Open project: reflection-emit/Cauldron
Public Methods
Method
Description
Service
( ) :
System.ServiceProcess
Protected Methods
Method
Description
Dispose
(
bool
disposing
) :
void
OnPause
( ) :
void
OnStart
(
Array
args
) :
void
OnStop
( ) :
void
Method Details
Dispose()
protected
method
protected
Dispose
(
bool
disposing
) :
void
disposing
bool
return
void
OnPause()
protected
method
protected
OnPause
( ) :
void
return
void
OnStart()
protected
method
protected
OnStart
(
Array
args
) :
void
args
Array
return
void
OnStop()
protected
method
protected
OnStop
( ) :
void
return
void
Service()
public
method
public
Service
( ) :
System.ServiceProcess
return
System.ServiceProcess