Amazon.ServiceCatalog.AmazonServiceCatalogClient.EndListConstraintsForPortfolio C# (CSharp) Méthode

EndListConstraintsForPortfolio() public méthode

Finishes the asynchronous execution of the ListConstraintsForPortfolio operation.
public EndListConstraintsForPortfolio ( IAsyncResult asyncResult ) : ListConstraintsForPortfolioResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListConstraintsForPortfolio.
Résultat ListConstraintsForPortfolioResponse
        public  ListConstraintsForPortfolioResponse EndListConstraintsForPortfolio(IAsyncResult asyncResult)
        {
            return EndInvoke<ListConstraintsForPortfolioResponse>(asyncResult);
        }
AmazonServiceCatalogClient