ArmedCards.BusinessLogic.AppServices.Hubs.SendMessage.UpdateWaiting C# (CSharp) 메소드

UpdateWaiting() 공개 메소드

Update the waiting screen for the game
public UpdateWaiting ( 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 UpdateWaiting(Entities.Game game, Boolean sendToSpectators)
        {
            Execute(game, Entities.Enums.Hubs.Actions.UpdateWaiting, sendToSpectators);
        }