Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
SIPSorcery
RTCC
Service
C# Class SIPSorcery.RTCC.Service
Inheritance:
System.ServiceProcess.ServiceBase
Show file
Open project: sipsorcery/sipsorcery
Public Methods
Method
Description
Service
(
RTCCDaemon
daemon
) :
System
Protected Methods
Method
Description
Dispose
(
bool
disposing
) :
void
OnStart
(
string
args
) :
void
OnStop
( ) :
void
Method Details
Dispose()
protected
method
protected
Dispose
(
bool
disposing
) :
void
disposing
bool
return
void
OnStart()
protected
method
protected
OnStart
(
string
args
) :
void
args
string
return
void
OnStop()
protected
method
protected
OnStop
( ) :
void
return
void
Service()
public
method
public
Service
(
RTCCDaemon
daemon
) :
System
daemon
RTCCDaemon
return
System