C# Class server.RegisterClientCommand

Inheritance: IServerCommand2
Show file Open project: rhomobile/rhodes

Public Methods

Method Description
executeCommand ( rho manager ) : void
setQueueForAnswer ( P2PMessageQueue queue ) : void

Method Details

executeCommand() public method

public executeCommand ( rho manager ) : void
manager rho
return void

setQueueForAnswer() public method

public setQueueForAnswer ( P2PMessageQueue queue ) : void
queue P2PMessageQueue
return void