C# Класс ArmedCards.BusinessLogic.AppServices.Game.Start

Implementation of Base.IStart
Наследование: Base.IStart
Показать файл Открыть проект

Открытые методы

Метод Описание
Execute ( Int32 gameID, Entities commander ) : Entities.Game

Starts a game if certain requirements are met

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

Описание методов

Execute() публичный Метод

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
Результат Entities.Game

Start() публичный Метод

public Start ( Base selectGame, GameRound startRound, Hubs sendMessage ) : System
selectGame Base
startRound GameRound
sendMessage Hubs
Результат System