Changeset 3931 for branches/3.2/sources/HeuristicLab.Hive.Server.DataAccess
- Timestamp:
- 06/19/10 09:17:24 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.2/sources/HeuristicLab.Hive.Server.DataAccess/3.2/IJobDao.cs
r3578 r3931 23 23 24 24 IEnumerable<JobDto> FindWithLimitations(State jobState, int offset, int count); 25 26 void SetBinaryJobFile(Guid jobId, byte[] data); 25 27 } 26 28 }
Note: See TracChangeset
for help on using the changeset viewer.