C# Class System.Threading.ServerWatch

显示文件 Open project: dreamanlan/CSharpGameFramework Class Usage Examples

Public Methods

Method Description
Start ( ) : void
StartNew ( ) : ServerWatch
Stop ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

StartNew() public static method

public static StartNew ( ) : ServerWatch
return ServerWatch

Stop() public method

public Stop ( ) : void
return void