Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/24/11 14:30:55 (13 years ago)
Author:
ascheibe
Message:

#1233

  • added view for displaying jobs
  • improved slave ui
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave/3.4/SlaveCommunicationService.cs

    r5826 r6263  
    3030    private static List<ISlaveCommunicationCallbacks> subscribers = new List<ISlaveCommunicationCallbacks>();
    3131
    32     public bool Subscribe() {
     32    public StatusCommons Subscribe() {
    3333      try {
    3434        ISlaveCommunicationCallbacks callback = OperationContext.Current.GetCallbackChannel<ISlaveCommunicationCallbacks>();
     
    3636          subscribers.Add(callback);
    3737        }
    38         return true;
     38        return ConfigManager.Instance.GetStatusForClientConsole();
    3939      }
    4040      catch {
    41         return false;
     41        return null;
    4242      }
    4343    }
Note: See TracChangeset for help on using the changeset viewer.