Amazon.ServiceCatalog.AmazonServiceCatalogClient.DeletePortfolioAsync C# (CSharp) Метод

DeletePortfolioAsync() публичный Метод

Initiates the asynchronous execution of the DeletePortfolio operation.
public DeletePortfolioAsync ( DeletePortfolioRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DeletePortfolioRequest Container for the necessary parameters to execute the DeletePortfolio operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<DeletePortfolioResponse> DeletePortfolioAsync(DeletePortfolioRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new DeletePortfolioRequestMarshaller();
            var unmarshaller = DeletePortfolioResponseUnmarshaller.Instance;

            return InvokeAsync<DeletePortfolioRequest,DeletePortfolioResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonServiceCatalogClient