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

DisassociatePrincipalFromPortfolioAsync() public method

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

            return InvokeAsync<DisassociatePrincipalFromPortfolioRequest,DisassociatePrincipalFromPortfolioResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonServiceCatalogClient