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