Amazon.GameLift.AmazonGameLiftClient.EndCreateGameSession C# (CSharp) Method

EndCreateGameSession() public method

Finishes the asynchronous execution of the CreateGameSession operation.
public EndCreateGameSession ( IAsyncResult asyncResult ) : Amazon.GameLift.Model.CreateGameSessionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateGameSession.
return Amazon.GameLift.Model.CreateGameSessionResponse
        public  CreateGameSessionResponse EndCreateGameSession(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateGameSessionResponse>(asyncResult);
        }
AmazonGameLiftClient