Amazon.ECR.AmazonECRClient.EndGetDownloadUrlForLayer C# (CSharp) Метод

EndGetDownloadUrlForLayer() публичный Метод

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