Changeset 2009 for trunk/sources/HeuristicLab.Hive.Client.Core/3.2/ClientConsoleService/Interfaces/IClientConsoleCommunicator.cs
- Timestamp:
- 06/04/09 17:34:42 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Client.Core/3.2/ClientConsoleService/Interfaces/IClientConsoleCommunicator.cs
r1132 r2009 25 25 using System.Text; 26 26 using System.ServiceModel; 27 using Calendar; 27 28 28 29 namespace HeuristicLab.Hive.Client.Core.ClientConsoleService.Interfaces { … … 60 61 [OperationContract] 61 62 void ShutdownClient(); 63 64 [OperationContract] 65 void SetUptimeCalendar(List<Appointment> appointments); 66 67 [OperationContract] 68 List<Appointment> GetUptimeCalendar(); 69 62 70 } 63 71 }
Note: See TracChangeset
for help on using the changeset viewer.