C# Class SimpleListener, Touch.Unit

ファイルを表示 Open project: spouliot/Touch.Unit Class Usage Examples

Private Properties

Property Type Description
KillPid void
Quote string
ShowHelp void
kill void

Public Methods

Method Description
Cancel ( ) : void
Initialize ( ) : void
Main ( string args ) : int
Processing ( TcpClient client ) : bool
Start ( ) : int
WaitForConnection ( TimeSpan ts ) : bool

Private Methods

Method Description
KillPid ( Process proc, int pid, int kill_separation, TimeSpan timeout, string type ) : void
Quote ( string f ) : string
ShowHelp ( OptionSet os ) : void
kill ( int pid, int sig ) : void

Method Details

Cancel() public method

public Cancel ( ) : void
return void

Initialize() public method

public Initialize ( ) : void
return void

Main() public static method

public static Main ( string args ) : int
args string
return int

Processing() public method

public Processing ( TcpClient client ) : bool
client TcpClient
return bool

Start() public method

public Start ( ) : int
return int

WaitForConnection() public method

public WaitForConnection ( TimeSpan ts ) : bool
ts TimeSpan
return bool