Amazon.ECR.AmazonECRClient.EndGetDownloadUrlForLayer C# (CSharp) Méthode

EndGetDownloadUrlForLayer() public méthode

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