Changeset 9188 for branches/UnloadJobs/HeuristicLab.Clients.Hive/3.3
- Timestamp:
- 01/24/13 17:20:07 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/UnloadJobs/HeuristicLab.Clients.Hive/3.3/RefreshableJob.cs
r9173 r9188 610 610 } 611 611 612 public void Unload() { 613 // stop result polling 614 if (refreshAutomatically) 615 RefreshAutomatically = false; 616 DisposeTasks(); 617 hiveTasks = new ItemCollection<HiveTask>(); 618 } 619 612 620 #region IDisposable Members 613 621 public void Dispose() {
Note: See TracChangeset
for help on using the changeset viewer.