Amazon.ECR.AmazonECRClient.BatchCheckLayerAvailabilityAsync C# (CSharp) Method

BatchCheckLayerAvailabilityAsync() public method

Initiates the asynchronous execution of the BatchCheckLayerAvailability operation.
public BatchCheckLayerAvailabilityAsync ( BatchCheckLayerAvailabilityRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.ECR.Model.BatchCheckLayerAvailabilityRequest Container for the necessary parameters to execute the BatchCheckLayerAvailability operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<BatchCheckLayerAvailabilityResponse> BatchCheckLayerAvailabilityAsync(BatchCheckLayerAvailabilityRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new BatchCheckLayerAvailabilityRequestMarshaller();
            var unmarshaller = BatchCheckLayerAvailabilityResponseUnmarshaller.Instance;

            return InvokeAsync<BatchCheckLayerAvailabilityRequest,BatchCheckLayerAvailabilityResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonECRClient