Changeset 971 for trunk/sources/HeuristicLab.Hive.Server.Core/InternalInterfaces/DataAccess/IClientGroupAdapter.cs
- Timestamp:
- 12/11/08 16:50:12 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Server.Core/InternalInterfaces/DataAccess/IClientGroupAdapter.cs
r965 r971 45 45 46 46 /// <summary> 47 /// Get the client group with the specified name 48 /// </summary> 49 /// <param name="clientId"></param> 50 /// <returns></returns> 51 ClientGroup GetClientGroupByName(string name); 52 53 /// <summary> 47 54 /// Get all client groups 48 55 /// </summary>
Note: See TracChangeset
for help on using the changeset viewer.