Amazon.ServiceCatalog.AmazonServiceCatalogClient.EndAssociatePrincipalWithPortfolio C# (CSharp) Method

EndAssociatePrincipalWithPortfolio() public method

Finishes the asynchronous execution of the AssociatePrincipalWithPortfolio operation.
public EndAssociatePrincipalWithPortfolio ( IAsyncResult asyncResult ) : AssociatePrincipalWithPortfolioResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAssociatePrincipalWithPortfolio.
return AssociatePrincipalWithPortfolioResponse
        public  AssociatePrincipalWithPortfolioResponse EndAssociatePrincipalWithPortfolio(IAsyncResult asyncResult)
        {
            return EndInvoke<AssociatePrincipalWithPortfolioResponse>(asyncResult);
        }
AmazonServiceCatalogClient