Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/03/11 17:28:03 (14 years ago)
Author:
ascheibe
Message:

#1233

  • added partial classes for dtos
  • added About dialog for Slave tray icon
  • added GetAllHiveExperiments method to service
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive.Common/3.4/ServiceContracts/IHiveService.cs

    r5593 r5602  
    3434    [OperationContract]
    3535    void UpdateJob(Job jobDto);
    36    
     36
    3737    [OperationContract]
    3838    void UpdateJobData(Job jobDto, JobData jobDataDto);
     
    6262    [OperationContract]
    6363    IEnumerable<HiveExperiment> GetHiveExperiments();
     64
     65    /// <summary>
     66    /// Returns all experiments in the hive (only for admins)
     67    /// </summary>
     68    /// <returns></returns>
     69    [OperationContract]
     70    IEnumerable<HiveExperiment> GetAllHiveExperiments();
    6471
    6572    [OperationContract]
Note: See TracChangeset for help on using the changeset viewer.