Method | Description | |
---|---|---|
CheckVotes ( Game leaveGame, User selectUser, ArmedCards.BusinessLogic.DomainServices.GamePlayerKickVote checkVotes, Hubs sendMessage ) : System | ||
Execute ( |
Check to see if the user has enough votes to be kicked
|
public CheckVotes ( Game leaveGame, User selectUser, ArmedCards.BusinessLogic.DomainServices.GamePlayerKickVote checkVotes, Hubs sendMessage ) : System | ||
leaveGame | Game | |
selectUser | User | |
checkVotes | ArmedCards.BusinessLogic.DomainServices.GamePlayerKickVote | |
sendMessage | Hubs | |
return | System |
public Execute ( |
||
gameID | The ID of the game the user belongs to | |
kickUserId | The ID of the user to kick | |
return | void |