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);
        }
    }