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

Implementation of IJoin
Inheritance: Base.IJoin
Datei anzeigen Open project: kwmcrell/ArmedCards

Public Methods

Method Description
Execute ( Int32 gameID, Entities user, String passphrase, Entities playerType ) : Entities.JoinResponse

Join a game

Join ( ArmedCards.BusinessLogic.DomainServices.Game joinGame, Base selectGame, Hubs sendMessage ) : System

Method Details

Execute() public method

Join a game
public Execute ( Int32 gameID, Entities user, String passphrase, Entities playerType ) : Entities.JoinResponse
gameID System.Int32 The id of the game to join
user Entities The current user
passphrase String The passphrase for the game
playerType Entities Type of player joining
return Entities.JoinResponse

Join() public method

public Join ( ArmedCards.BusinessLogic.DomainServices.Game joinGame, Base selectGame, Hubs sendMessage ) : System
joinGame ArmedCards.BusinessLogic.DomainServices.Game
selectGame Base
sendMessage Hubs
return System