Amazon.ServiceCatalog.AmazonServiceCatalogClient.EndDescribePortfolio C# (CSharp) Method

EndDescribePortfolio() public method

Finishes the asynchronous execution of the DescribePortfolio operation.
public EndDescribePortfolio ( IAsyncResult asyncResult ) : DescribePortfolioResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribePortfolio.
return DescribePortfolioResponse
        public  DescribePortfolioResponse EndDescribePortfolio(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribePortfolioResponse>(asyncResult);
        }
AmazonServiceCatalogClient