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

EndRejectPortfolioShare() public method

Finishes the asynchronous execution of the RejectPortfolioShare operation.
public EndRejectPortfolioShare ( IAsyncResult asyncResult ) : RejectPortfolioShareResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRejectPortfolioShare.
return RejectPortfolioShareResponse
        public  RejectPortfolioShareResponse EndRejectPortfolioShare(IAsyncResult asyncResult)
        {
            return EndInvoke<RejectPortfolioShareResponse>(asyncResult);
        }
AmazonServiceCatalogClient