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

AcceptPortfolioShare() public method

Accepts an offer to share a portfolio.
/// One or more parameters provided to the operation are invalid. /// /// The current limits of the service would have been exceeded by this operation. Reduce /// the resource use or increase the service limits and retry the operation. /// /// The specified resource was not found. ///
public AcceptPortfolioShare ( AcceptPortfolioShareRequest request ) : AcceptPortfolioShareResponse
request Amazon.ServiceCatalog.Model.AcceptPortfolioShareRequest Container for the necessary parameters to execute the AcceptPortfolioShare service method.
return AcceptPortfolioShareResponse
        public AcceptPortfolioShareResponse AcceptPortfolioShare(AcceptPortfolioShareRequest request)
        {
            var marshaller = new AcceptPortfolioShareRequestMarshaller();
            var unmarshaller = AcceptPortfolioShareResponseUnmarshaller.Instance;

            return Invoke<AcceptPortfolioShareRequest,AcceptPortfolioShareResponse>(request, marshaller, unmarshaller);
        }
AmazonServiceCatalogClient