C# Class server.ClientsManager

Inheritance: PrintingThread, IClientsManager
显示文件 Open project: rhomobile/rhodes

Public Methods

Method Description
ClientsManager ( MainForm appForm ) : System
processMessage ( IServerCommand clMethod ) : void
registerClient ( string clientGuid ) : void
unregisterClient ( string clientGuid ) : void

Protected Methods

Method Description
checkForMessage ( ) : void
finalizeThread ( ) : void

Method Details

ClientsManager() public method

public ClientsManager ( MainForm appForm ) : System
appForm MainForm
return System

checkForMessage() protected method

protected checkForMessage ( ) : void
return void

finalizeThread() protected method

protected finalizeThread ( ) : void
return void

processMessage() public method

public processMessage ( IServerCommand clMethod ) : void
clMethod IServerCommand
return void

registerClient() public method

public registerClient ( string clientGuid ) : void
clientGuid string
return void

unregisterClient() public method

public unregisterClient ( string clientGuid ) : void
clientGuid string
return void