Amazon.ECR.AmazonECRClient.BatchDeleteImageAsync C# (CSharp) Метод

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

Initiates the asynchronous execution of the BatchDeleteImage operation.
public BatchDeleteImageAsync ( BatchDeleteImageRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.ECR.Model.BatchDeleteImageRequest Container for the necessary parameters to execute the BatchDeleteImage operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<BatchDeleteImageResponse> BatchDeleteImageAsync(BatchDeleteImageRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new BatchDeleteImageRequestMarshaller();
            var unmarshaller = BatchDeleteImageResponseUnmarshaller.Instance;

            return InvokeAsync<BatchDeleteImageRequest,BatchDeleteImageResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonECRClient