C# Class XSpect.MetaTweet.ServerLauncher

Inheritance: Object
Show file Open project: takeshik/metatweet-old

Public Methods

Method Description
ServerLauncher ( ) : System
StartServer ( ) : void
StopServer ( ) : void
StopServerGracefully ( ) : void

Private Methods

Method Description
_StartServer ( ) : void
_StopServer ( ) : void
_StopServerGracefully ( ) : void

Method Details

ServerLauncher() public method

public ServerLauncher ( ) : System
return System

StartServer() public method

public StartServer ( ) : void
return void

StopServer() public method

public StopServer ( ) : void
return void

StopServerGracefully() public method

public StopServerGracefully ( ) : void
return void