Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/19/09 17:09:32 (15 years ago)
Author:
msteinbi
Message:

Implementing Lifecycle Management (#453)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Server.Core/ClientFacade.cs

    r1365 r1369  
    6161    }
    6262
     63    public Response IsJobStillNeeded(long jobId) {
     64      return clientCommunicator.IsJobStillNeeded(jobId);
     65    }
     66
     67    public ResponsePlugin SendPlugins(List<string> pluginList) {
     68      return clientCommunicator.SendPlugins(pluginList);
     69    }
     70
    6371    #endregion
    6472  }
Note: See TracChangeset for help on using the changeset viewer.