Method | Description | |
---|---|---|
Complete ( ArmedCards.BusinessLogic.AppServices selectGameRound, ArmedCards.BusinessLogic.AppServices updateGameRoundCard, ArmedCards.BusinessLogic.AppServices startGameRoud, ArmedCards.BusinessLogic.AppServices selectGame, ArmedCards.BusinessLogic.AppServices updateGamePlayer ) : System | ||
Execute ( |
Complete the current round
|
public Complete ( ArmedCards.BusinessLogic.AppServices selectGameRound, ArmedCards.BusinessLogic.AppServices updateGameRoundCard, ArmedCards.BusinessLogic.AppServices startGameRoud, ArmedCards.BusinessLogic.AppServices selectGame, ArmedCards.BusinessLogic.AppServices updateGamePlayer ) : System | ||
selectGameRound | ArmedCards.BusinessLogic.AppServices | |
updateGameRoundCard | ArmedCards.BusinessLogic.AppServices | |
startGameRoud | ArmedCards.BusinessLogic.AppServices | |
selectGame | ArmedCards.BusinessLogic.AppServices | |
updateGamePlayer | ArmedCards.BusinessLogic.AppServices | |
return | System |
public Execute ( |
||
gameID | The ID of the game that contains the round | |
cardIDs | List |
The IDs of the winning cards |
userId | The user Id trying to complete the round | |
return | Entities.ActionResponses.RoundComplete |