Метод | Описание | |
---|---|---|
ClientsManager ( MainForm appForm ) : System | ||
processMessage ( IServerCommand clMethod ) : void | ||
registerClient ( string clientGuid ) : void | ||
unregisterClient ( string clientGuid ) : void |
Метод | Описание | |
---|---|---|
checkForMessage ( ) : void | ||
finalizeThread ( ) : void |
public ClientsManager ( MainForm appForm ) : System | ||
appForm | MainForm | |
Результат | System |
public processMessage ( IServerCommand clMethod ) : void | ||
clMethod | IServerCommand | |
Результат | void |
public registerClient ( string clientGuid ) : void | ||
clientGuid | string | |
Результат | void |
public unregisterClient ( string clientGuid ) : void | ||
clientGuid | string | |
Результат | void |