C# Class Amazon.GameLift.Model.UpdateGameSessionRequest

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.
Inheritance: AmazonGameLiftRequest
Mostrar archivo Open project: aws/aws-sdk-net Class Usage Examples

Private Methods

Method Description
IsSetGameSessionId ( ) : bool
IsSetMaximumPlayerSessionCount ( ) : bool
IsSetName ( ) : bool
IsSetPlayerSessionCreationPolicy ( ) : bool
IsSetProtectionPolicy ( ) : bool