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

EndCreatePlayerSession() public method

Finishes the asynchronous execution of the CreatePlayerSession operation.
public EndCreatePlayerSession ( IAsyncResult asyncResult ) : Amazon.GameLift.Model.CreatePlayerSessionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreatePlayerSession.
return Amazon.GameLift.Model.CreatePlayerSessionResponse
        public  CreatePlayerSessionResponse EndCreatePlayerSession(IAsyncResult asyncResult)
        {
            return EndInvoke<CreatePlayerSessionResponse>(asyncResult);
        }
AmazonGameLiftClient