Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/24/13 17:20:07 (11 years ago)
Author:
ascheibe
Message:

#2005 implemented unloading of jobs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UnloadJobs/HeuristicLab.Clients.Hive/3.3/RefreshableJob.cs

    r9173 r9188  
    610610    }
    611611
     612    public void Unload() {
     613      // stop result polling
     614      if (refreshAutomatically)
     615        RefreshAutomatically = false;
     616      DisposeTasks();
     617      hiveTasks = new ItemCollection<HiveTask>();
     618    }
     619
    612620    #region IDisposable Members
    613621    public void Dispose() {
Note: See TracChangeset for help on using the changeset viewer.