C# Class XSpect.MetaTweet.ServerLauncher

Inheritance: Object
Afficher le fichier Open project: takeshik/metatweet-old

Méthodes publiques

Méthode Description
ServerLauncher ( ) : System
StartServer ( ) : void
StopServer ( ) : void
StopServerGracefully ( ) : void

Private Methods

Méthode Description
_StartServer ( ) : void
_StopServer ( ) : void
_StopServerGracefully ( ) : void

Method Details

ServerLauncher() public méthode

public ServerLauncher ( ) : System
Résultat System

StartServer() public méthode

public StartServer ( ) : void
Résultat void

StopServer() public méthode

public StopServer ( ) : void
Résultat void

StopServerGracefully() public méthode

public StopServerGracefully ( ) : void
Résultat void