C# 클래스 ArmedCards.BusinessLogic.AppServices.GamePlayerKickVote.CheckVotes

Implementation of Base.ICheckVotes
상속: Base.ICheckVotes
파일 보기 프로젝트 열기: kwmcrell/ArmedCards

공개 메소드들

메소드 설명
CheckVotes ( Game leaveGame, User selectUser, ArmedCards.BusinessLogic.DomainServices.GamePlayerKickVote checkVotes, Hubs sendMessage ) : System
Execute ( Int32 gameID, Int32 kickUserId ) : void

Check to see if the user has enough votes to be kicked

메소드 상세

CheckVotes() 공개 메소드

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
리턴 System

Execute() 공개 메소드

Check to see if the user has enough votes to be kicked
public Execute ( Int32 gameID, Int32 kickUserId ) : void
gameID System.Int32 The ID of the game the user belongs to
kickUserId System.Int32 The ID of the user to kick
리턴 void