Amazon.ServiceCatalog.AmazonServiceCatalogClient.EndListConstraintsForPortfolio C# (CSharp) Метод

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

Finishes the asynchronous execution of the ListConstraintsForPortfolio operation.
public EndListConstraintsForPortfolio ( IAsyncResult asyncResult ) : ListConstraintsForPortfolioResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListConstraintsForPortfolio.
Результат ListConstraintsForPortfolioResponse
        public  ListConstraintsForPortfolioResponse EndListConstraintsForPortfolio(IAsyncResult asyncResult)
        {
            return EndInvoke<ListConstraintsForPortfolioResponse>(asyncResult);
        }
AmazonServiceCatalogClient