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

EndPutImage() public method

Finishes the asynchronous execution of the PutImage operation.
public EndPutImage ( IAsyncResult asyncResult ) : PutImageResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPutImage.
return Amazon.ECR.Model.PutImageResponse
        public  PutImageResponse EndPutImage(IAsyncResult asyncResult)
        {
            return EndInvoke<PutImageResponse>(asyncResult);
        }
AmazonECRClient