ZeroInstall.BootstrapProcess.Fetch C# (CSharp) Méthode

Fetch() private méthode

Downloads any implementations selected by the Solver that are not in the cache yet.
private Fetch ( ) : void
Résultat void
        private void Fetch()
        {
            var uncached = SelectionsManager.GetUncachedImplementations(_selections);
            Fetcher.Fetch(uncached);
        }
    }