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

EndCreatePortfolioShare() public method

Finishes the asynchronous execution of the CreatePortfolioShare operation.
public EndCreatePortfolioShare ( IAsyncResult asyncResult ) : CreatePortfolioShareResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreatePortfolioShare.
return CreatePortfolioShareResponse
        public  CreatePortfolioShareResponse EndCreatePortfolioShare(IAsyncResult asyncResult)
        {
            return EndInvoke<CreatePortfolioShareResponse>(asyncResult);
        }
AmazonServiceCatalogClient