C# Class OpenResKitHub.OrkHubService

Inheritance: System.ServiceProcess.ServiceBase
Afficher le fichier Open project: htw-bui/OrkHub

Méthodes publiques

Méthode Description
OrkHubService ( ) : System.ServiceProcess
StartFromConsole ( string args ) : void

Méthodes protégées

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

Method Details

OnStart() protected méthode

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

OnStop() protected méthode

protected OnStop ( ) : void
Résultat void

OrkHubService() public méthode

public OrkHubService ( ) : System.ServiceProcess
Résultat System.ServiceProcess

StartFromConsole() public méthode

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