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

EndDescribeImages() public method

Finishes the asynchronous execution of the DescribeImages operation.
public EndDescribeImages ( IAsyncResult asyncResult ) : DescribeImagesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeImages.
return Amazon.ECR.Model.DescribeImagesResponse
        public  DescribeImagesResponse EndDescribeImages(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeImagesResponse>(asyncResult);
        }
AmazonECRClient