Méthode | Description | |
---|---|---|
ClientsManager ( MainForm appForm ) : System | ||
processMessage ( IServerCommand clMethod ) : void | ||
registerClient ( string clientGuid ) : void | ||
unregisterClient ( string clientGuid ) : void |
Méthode | Description | |
---|---|---|
checkForMessage ( ) : void | ||
finalizeThread ( ) : void |
public ClientsManager ( MainForm appForm ) : System | ||
appForm | MainForm | |
Résultat | System |
public processMessage ( IServerCommand clMethod ) : void | ||
clMethod | IServerCommand | |
Résultat | void |
public registerClient ( string clientGuid ) : void | ||
clientGuid | string | |
Résultat | void |
public unregisterClient ( string clientGuid ) : void | ||
clientGuid | string | |
Résultat | void |