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

EndDescribeGameSessions() public method

Finishes the asynchronous execution of the DescribeGameSessions operation.
public EndDescribeGameSessions ( IAsyncResult asyncResult ) : DescribeGameSessionsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeGameSessions.
return Amazon.GameLift.Model.DescribeGameSessionsResponse
        public  DescribeGameSessionsResponse EndDescribeGameSessions(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeGameSessionsResponse>(asyncResult);
        }
AmazonGameLiftClient