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

EndBatchGetImage() public method

Finishes the asynchronous execution of the BatchGetImage operation.
public EndBatchGetImage ( IAsyncResult asyncResult ) : BatchGetImageResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginBatchGetImage.
return Amazon.ECR.Model.BatchGetImageResponse
        public  BatchGetImageResponse EndBatchGetImage(IAsyncResult asyncResult)
        {
            return EndInvoke<BatchGetImageResponse>(asyncResult);
        }
AmazonECRClient