Amazon.GameLift.AmazonGameLiftClient.EndUpdateGameSession C# (CSharp) 메소드

EndUpdateGameSession() 공개 메소드

Finishes the asynchronous execution of the UpdateGameSession operation.
public EndUpdateGameSession ( IAsyncResult asyncResult ) : Amazon.GameLift.Model.UpdateGameSessionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateGameSession.
리턴 Amazon.GameLift.Model.UpdateGameSessionResponse
        public  UpdateGameSessionResponse EndUpdateGameSession(IAsyncResult asyncResult)
        {
            return EndInvoke<UpdateGameSessionResponse>(asyncResult);
        }
AmazonGameLiftClient