C# 클래스 ArmedCards.BusinessLogic.AppServices.GameRound.Complete

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

공개 메소드들

메소드 설명
Complete ( ArmedCards.BusinessLogic.DomainServices.GameRound completeGameRound, Hubs sendMessage, Game updateGame ) : System
Execute ( Int32 gameID, List cardIDs, Int32 userId ) : void

Complete the current round

메소드 상세

Complete() 공개 메소드

public Complete ( ArmedCards.BusinessLogic.DomainServices.GameRound completeGameRound, Hubs sendMessage, Game updateGame ) : System
completeGameRound ArmedCards.BusinessLogic.DomainServices.GameRound
sendMessage Hubs
updateGame Game
리턴 System

Execute() 공개 메소드

Complete the current round
public Execute ( Int32 gameID, List cardIDs, Int32 userId ) : void
gameID System.Int32 The ID of the game that contains the round
cardIDs List The IDs of the winning cards
userId System.Int32 The user Id trying to complete the round
리턴 void