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

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

Méthodes publiques

Méthode 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 méthode

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
Résultat Entities.JoinResponse

Join() public méthode

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