Amazon.ServiceCatalog.AmazonServiceCatalogClient.EndDisassociatePrincipalFromPortfolio C# (CSharp) 메소드

EndDisassociatePrincipalFromPortfolio() 공개 메소드

Finishes the asynchronous execution of the DisassociatePrincipalFromPortfolio operation.
public EndDisassociatePrincipalFromPortfolio ( IAsyncResult asyncResult ) : DisassociatePrincipalFromPortfolioResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDisassociatePrincipalFromPortfolio.
리턴 DisassociatePrincipalFromPortfolioResponse
        public  DisassociatePrincipalFromPortfolioResponse EndDisassociatePrincipalFromPortfolio(IAsyncResult asyncResult)
        {
            return EndInvoke<DisassociatePrincipalFromPortfolioResponse>(asyncResult);
        }
AmazonServiceCatalogClient