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