ZeroInstall.BootstrapProcess.Fetch C# (CSharp) Метод

Fetch() приватный Метод

Downloads any implementations selected by the Solver that are not in the cache yet.
private Fetch ( ) : void
Результат void
        private void Fetch()
        {
            var uncached = SelectionsManager.GetUncachedImplementations(_selections);
            Fetcher.Fetch(uncached);
        }
    }