C# 클래스 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.
상속: AmazonGameLiftRequest
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

비공개 메소드들

메소드 설명
IsSetGameSessionId ( ) : bool
IsSetMaximumPlayerSessionCount ( ) : bool
IsSetName ( ) : bool
IsSetPlayerSessionCreationPolicy ( ) : bool
IsSetProtectionPolicy ( ) : bool