C# Class withSIX.Play.Core.Games.Legacy.ServerQuery.ServerQueryState

Inheritance: IEnableLogging
显示文件 Open project: SIXNetworks/withSIX.Desktop Class Usage Examples

Public Methods

Method Description
Cancel ( ) : void
Exit ( bool close = true ) : void
IsRunningSW ( ) : bool
ProcessParser ( IServerQueryParser parser ) : void
ServerQueryState ( IPEndPoint ep = null ) : System
StartSW ( ) : void
StopSW ( ) : void

Protected Methods

Method Description
Succeed ( bool close = true ) : void
TryClose ( ) : bool

Method Details

Cancel() public method

public Cancel ( ) : void
return void

Exit() public method

public Exit ( bool close = true ) : void
close bool
return void

IsRunningSW() public method

public IsRunningSW ( ) : bool
return bool

ProcessParser() public method

public ProcessParser ( IServerQueryParser parser ) : void
parser IServerQueryParser
return void

ServerQueryState() public method

public ServerQueryState ( IPEndPoint ep = null ) : System
ep System.Net.IPEndPoint
return System

StartSW() public method

public StartSW ( ) : void
return void

StopSW() public method

public StopSW ( ) : void
return void

Succeed() protected method

protected Succeed ( bool close = true ) : void
close bool
return void

TryClose() protected method

protected TryClose ( ) : bool
return bool