Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/23/10 10:50:26 (14 years ago)
Author:
kgrading
Message:

implemented the server on the client, using push & force push, added refresh buttons, added auto calender methods that traverse the tree... (#908)

File:
1 edited

Legend:

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

    r3022 r3203  
    5757    [OperationContract]
    5858    ResponseList<AppointmentDto> GetUptimeCalendarForResource(Guid guid);
    59 
    6059    [OperationContract]
    61     Response SetUptimeCalendarForResource(Guid guid, IEnumerable<AppointmentDto> appointments);
     60    Response SetUptimeCalendarForResource(Guid guid, IEnumerable<AppointmentDto> appointments, bool isForced);
    6261  }
    6362}
Note: See TracChangeset for help on using the changeset viewer.