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

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

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