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

DisassociateProductFromPortfolioAsync() public method

Initiates the asynchronous execution of the DisassociateProductFromPortfolio operation.
public DisassociateProductFromPortfolioAsync ( DisassociateProductFromPortfolioRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DisassociateProductFromPortfolioRequest Container for the necessary parameters to execute the DisassociateProductFromPortfolio operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<DisassociateProductFromPortfolioResponse> DisassociateProductFromPortfolioAsync(DisassociateProductFromPortfolioRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new DisassociateProductFromPortfolioRequestMarshaller();
            var unmarshaller = DisassociateProductFromPortfolioResponseUnmarshaller.Instance;

            return InvokeAsync<DisassociateProductFromPortfolioRequest,DisassociateProductFromPortfolioResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonServiceCatalogClient