Changeset 2068 for trunk/sources/HeuristicLab.Hive.Client.Communication
- Timestamp:
- 06/19/09 13:38:20 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Client.Communication/3.2/WcfService.cs
r2063 r2068 278 278 /// Send back finished and Stored Job Results 279 279 /// </summary> 280 /*#region SendJobResults281 public event System.EventHandler<StoreFinishedJobResultCompletedEventArgs> ProcessStoredJobResultCompleted;282 public void ProcessStoredJobResultAsync(Guid clientId, long jobId, byte[] result, double percentage, Exception exception, bool finished) {283 if (ConnState == NetworkEnum.WcfConnState.Loggedin)284 //TODO: some sort of algo for the stored jobs285 proxy.ProcessJobResultAsync(clientId, jobId, result, percentage, exception, finished);286 }287 #endregion */288 289 280 private Stream GetStreamedJobResult(Guid clientId, Guid jobId, byte[] result, double percentage, Exception exception) { 290 281 JobResult jobResult =
Note: See TracChangeset
for help on using the changeset viewer.