Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/19/09 13:38:20 (16 years ago)
Author:
kgrading
Message:

added various comments (#467)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Client.Communication/3.2/WcfService.cs

    r2063 r2068  
    278278    /// Send back finished and Stored Job Results
    279279    /// </summary>
    280     /*#region SendJobResults
    281     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 jobs
    285         proxy.ProcessJobResultAsync(clientId, jobId, result, percentage, exception, finished);
    286     } 
    287     #endregion  */
    288 
    289280    private Stream GetStreamedJobResult(Guid clientId, Guid jobId, byte[] result, double percentage, Exception exception) {
    290281      JobResult jobResult =
Note: See TracChangeset for help on using the changeset viewer.