C# Class server.ClientsManager

Inheritance: PrintingThread, IClientsManager
Afficher le fichier Open project: rhomobile/rhodes

Méthodes publiques

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

Méthodes protégées

Méthode Description
checkForMessage ( ) : void
finalizeThread ( ) : void

Method Details

ClientsManager() public méthode

public ClientsManager ( MainForm appForm ) : System
appForm MainForm
Résultat System

checkForMessage() protected méthode

protected checkForMessage ( ) : void
Résultat void

finalizeThread() protected méthode

protected finalizeThread ( ) : void
Résultat void

processMessage() public méthode

public processMessage ( IServerCommand clMethod ) : void
clMethod IServerCommand
Résultat void

registerClient() public méthode

public registerClient ( string clientGuid ) : void
clientGuid string
Résultat void

unregisterClient() public méthode

public unregisterClient ( string clientGuid ) : void
clientGuid string
Résultat void