- Timestamp:
- 01/22/09 00:30:46 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Server.Core/InternalInterfaces/DataAccess/IJobAdapter.cs
r1000 r1166 48 48 49 49 /// <summary> 50 /// Gets all active jobs of the client 51 /// </summary> 52 /// <param name="client"></param> 53 /// <returns></returns> 54 ICollection<Job> GetActiveJobsOf(ClientInfo client); 55 56 /// <summary> 50 57 /// Gets all jobs of the user 51 58 /// </summary>
Note: See TracChangeset
for help on using the changeset viewer.