C# Class EchoServer.Logic.ServerMain

ファイルを表示 Open project: SyncZone/Examples

Public Methods

Method Description
GetActiveSessionCount ( ) : int
StartServer ( System ctrl ) : void
StopServer ( ) : void

Method Details

GetActiveSessionCount() public static method

public static GetActiveSessionCount ( ) : int
return int

StartServer() public static method

public static StartServer ( System ctrl ) : void
ctrl System
return void

StopServer() public static method

public static StopServer ( ) : void
return void