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