Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/15/09 13:26:07 (15 years ago)
Author:
msteinbi
Message:

changed signature of addClientGroup method (#599)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Contracts/3.2/Interfaces/IClientManager.cs

    r1824 r1825  
    4343    ResponseObject<List<ClientGroup>> GetAllGroupsOfResource(Guid resourceId);
    4444    [OperationContract]
    45     Response AddClientGroup(ClientGroup clientGroup);
     45    ResponseObject<ClientGroup> AddClientGroup(ClientGroup clientGroup);
    4646    [OperationContract]
    4747    Response DeleteClientGroup(Guid clientGroupId);
    4848    [OperationContract]
     49    [ServiceKnownType(typeof(Resource))]
     50    [ServiceKnownType(typeof(ClientInfo))]
     51    [ServiceKnownType(typeof(ClientGroup))]
    4952    Response AddResourceToGroup(Guid clientGroupId, Resource resource);
    5053    [OperationContract]
Note: See TracChangeset for help on using the changeset viewer.