C# Class ArmedCards.BusinessLogic.AppServices.Game.Start

Implementation of Base.IStart
Inheritance: Base.IStart
Afficher le fichier Open project: kwmcrell/ArmedCards

Méthodes publiques

Méthode Description
Execute ( Int32 gameID, Entities commander ) : Entities.Game

Starts a game if certain requirements are met

Start ( Base selectGame, GameRound startRound, Hubs sendMessage ) : System

Method Details

Execute() public méthode

Starts a game if certain requirements are met
public Execute ( Int32 gameID, Entities commander ) : Entities.Game
gameID System.Int32 The ID for the game to start
commander Entities The commander for the first round
Résultat Entities.Game

Start() public méthode

public Start ( Base selectGame, GameRound startRound, Hubs sendMessage ) : System
selectGame Base
startRound GameRound
sendMessage Hubs
Résultat System