C# Class Service.Service1

Inheritance: IService1
Afficher le fichier Open project: vf1/turnserver Class Usage Examples

Méthodes publiques

Méthode Description
Debug ( string args ) : void
Service1 ( string extension ) : System

Méthodes protégées

Méthode Description
OnStart ( string args ) : void
OnStop ( ) : void

Private Methods

Méthode 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 méthode

public Debug ( string args ) : void
args string
Résultat void

OnStart() protected méthode

protected OnStart ( string args ) : void
args string
Résultat void

OnStop() protected méthode

protected OnStop ( ) : void
Résultat void

Service1() public méthode

public Service1 ( string extension ) : System
extension string
Résultat System