ArmedCards.BusinessLogic.AppServices.Hubs.SendMessage.UpdateGame C# (CSharp) Метод

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

Update most of the game view
public UpdateGame ( Entities game, System.Boolean sendToSpectators ) : void
game Entities The game to update
sendToSpectators System.Boolean Should this update go to the spectators
Результат void
        public void UpdateGame(Entities.Game game, Boolean sendToSpectators)
        {
            Execute(game, Entities.Enums.Hubs.Actions.UpdateGameView, sendToSpectators);
        }

Same methods

SendMessage::UpdateGame ( Entities game, System.Boolean sendToSpectators, Int32 forcedToLeaveUserId ) : void