Changeset 5101
- Timestamp:
- 12/14/10 15:57:36 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive.Common/3.4/ServiceContracts/IHiveService.cs
r5062 r5101 43 43 [OperationContract] // new method: appropriate job is choosen and set to 'calculating'. the slave is responsible for requesting the jobData. Server should wait some timeout until he redistributes the job 44 44 Job AquireJob(Guid slaveId); 45 46 [OperationContract] 47 PluginData GetConfigurationFile(); 48 45 49 #endregion 46 50 … … 126 130 void UpdateSlave(Slave slave); 127 131 #endregion 128 132 129 133 } 130 134 }
Note: See TracChangeset
for help on using the changeset viewer.