Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/02/09 14:14:47 (15 years ago)
Author:
gkronber
Message:
  • Refactoring: renamed method LoadPlugins to LoadAssemblies in class Runner.
  • Added cache of loaded assemblies in the Runner.
  • Added an AssemblyResolveEvent that returns already loaded assemblies from the cache.

#658 (For the execution of jobs assemblies have to be loaded dynamically in the correct order)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Engine/3.2/HiveEngine.cs

    r1925 r1990  
    172172    public void Abort() {
    173173      IExecutionEngineFacade executionEngineFacade = ServiceLocator.CreateExecutionEngineFacade(HiveServerUrl);
    174 
    175       //This are just Stubs on the server right now. There won't be any effect right now...
    176174      executionEngineFacade.AbortJob(jobId);
    177175      OnFinished();
Note: See TracChangeset for help on using the changeset viewer.