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

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

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