Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/04/17 17:19:35 (7 years ago)
Author:
gkronber
Message:

#2520: changed all usages of StorableClass to use StorableType with an auto-generated GUID (did not add StorableType to other type definitions yet)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceReintegration/HeuristicLab.Clients.Hive/3.3/ConcurrentTaskDownloader.cs

    r14185 r14927  
    8686          result = HiveServiceLocator.Instance.CallHiveService(s => s.GetTaskData(task.Id));
    8787        }, Settings.Default.MaxRepeatServiceCalls, "Failed to download task data.");
    88       }
    89       finally {
     88      } finally {
    9089        downloadSemaphore.Release();
    9190      }
     
    10099        taskData.Item2.Data = null; // reduce memory consumption.
    101100        return new Tuple<Task, T>(taskData.Item1, deserializedJob);
    102       }
    103       finally {
     101      } finally {
    104102        deserializeSemaphore.Release();
    105103      }
Note: See TracChangeset for help on using the changeset viewer.