C# Class Tmx.Server.Library.ObjectModel.ServerControl.ServerControl

Description of ServerControl.
ファイルを表示 Open project: apetrovskiy/STUPS

Public Methods

Method Description
Reset ( ) : void
Start ( string url ) : void
Start ( string hostname, int port ) : void
Stop ( ) : void

Method Details

Reset() public static method

public static Reset ( ) : void
return void

Start() public static method

public static Start ( string url ) : void
url string
return void

Start() public static method

public static Start ( string hostname, int port ) : void
hostname string
port int
return void

Stop() public static method

public static Stop ( ) : void
return void