C# (CSharp) Amazon.GameLift.Model UpdateGameSessionRequest - 5 examples found. These are the top rated real world C# (CSharp) examples of Amazon.GameLift.Model.UpdateGameSessionRequest extracted from open source projects. You can rate examples to help us improve the quality of examples.
Related
Related in langs
Container for the parameters to the UpdateGameSession operation. Updates game session properties. This includes the session name, maximum player count, protection policy, which controls whether or not an active game session can be terminated during a scale-down event, and the player session creation policy, which controls whether or not new players can join the session. To update a game session, specify the game session ID and the values you want to change. If successful, an updated GameSession object is returned.