ZeroInstall.BootstrapProcess.Fetch C# (CSharp) Method

Fetch() private method

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