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