Amazon.GameLift.AmazonGameLiftClient.EndDescribeGameSessionDetails C# (CSharp) Метод

EndDescribeGameSessionDetails() публичный Метод

Finishes the asynchronous execution of the DescribeGameSessionDetails operation.
public EndDescribeGameSessionDetails ( IAsyncResult asyncResult ) : DescribeGameSessionDetailsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeGameSessionDetails.
Результат Amazon.GameLift.Model.DescribeGameSessionDetailsResponse
        public  DescribeGameSessionDetailsResponse EndDescribeGameSessionDetails(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeGameSessionDetailsResponse>(asyncResult);
        }
AmazonGameLiftClient