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

EndListBuilds() public method

Finishes the asynchronous execution of the ListBuilds operation.
public EndListBuilds ( IAsyncResult asyncResult ) : ListBuildsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListBuilds.
return Amazon.GameLift.Model.ListBuildsResponse
        public  ListBuildsResponse EndListBuilds(IAsyncResult asyncResult)
        {
            return EndInvoke<ListBuildsResponse>(asyncResult);
        }
AmazonGameLiftClient