C# Class Service.Service1

Inheritance: IService1
Mostrar archivo Open project: vf1/turnserver Class Usage Examples

Public Methods

Method Description
Debug ( string args ) : void
Service1 ( string extension ) : System

Protected Methods

Method Description
OnStart ( string args ) : void
OnStop ( ) : void

Private Methods

Method Description
CurrentDomain_UnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
GetAppPath ( string filename ) : string
RestartServiceThread ( object sender ) : void
Start2 ( ) : void
Stop2 ( ) : void
Turn ( string message ) : void
WcfService_NewConfigurationSetted ( object sender, EventArgs e ) : void
WriteLogEntry ( string message, EventLogEntryType entryType ) : void

Method Details

Debug() public method

public Debug ( string args ) : void
args string
return void

OnStart() protected method

protected OnStart ( string args ) : void
args string
return void

OnStop() protected method

protected OnStop ( ) : void
return void

Service1() public method

public Service1 ( string extension ) : System
extension string
return System