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

EndGetDownloadUrlForLayer() public method

Finishes the asynchronous execution of the GetDownloadUrlForLayer operation.
public EndGetDownloadUrlForLayer ( IAsyncResult asyncResult ) : GetDownloadUrlForLayerResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetDownloadUrlForLayer.
return Amazon.ECR.Model.GetDownloadUrlForLayerResponse
        public  GetDownloadUrlForLayerResponse EndGetDownloadUrlForLayer(IAsyncResult asyncResult)
        {
            return EndInvoke<GetDownloadUrlForLayerResponse>(asyncResult);
        }
AmazonECRClient