Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/24/11 16:15:23 (13 years ago)
Author:
ascheibe
Message:

#1233 slave ui now receives status information and displays it in doughnut chart

File:
1 edited

Legend:

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

    r5599 r5826  
    3333      try {
    3434        ISlaveCommunicationCallbacks callback = OperationContext.Current.GetCallbackChannel<ISlaveCommunicationCallbacks>();
    35         if (!subscribers.Contains(callback))
     35        if (!subscribers.Contains(callback)) {
    3636          subscribers.Add(callback);
     37        }
    3738        return true;
    3839      }
     
    99100    }
    100101
    101     public void ShutdownSlave() {
    102       Core.TheCore.Shutdown();
    103     }
    104 
    105102    public void AbortAll() {
    106103      MessageContainer mc = new MessageContainer(MessageContainer.MessageType.AbortAll);
Note: See TracChangeset for help on using the changeset viewer.