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

EndCreatePlayerSession() 공개 메소드

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.
리턴 Amazon.GameLift.Model.CreatePlayerSessionResponse
        public  CreatePlayerSessionResponse EndCreatePlayerSession(IAsyncResult asyncResult)
        {
            return EndInvoke<CreatePlayerSessionResponse>(asyncResult);
        }
AmazonGameLiftClient