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

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

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

            return InvokeAsync<DeleteProductRequest,DeleteProductResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonServiceCatalogClient