Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Hive.Contracts/Interfaces/IServerConsoleFacade.cs @ 822

Last change on this file since 822 was 800, checked in by msteinbi, 16 years ago

Added additional WCF endpoint for the server management console - fixed #381

File size: 378 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5using System.ServiceModel;
6
7namespace HeuristicLab.Hive.Contracts.Interfaces {
8  /// <summary>
9  /// Facade for the server management console
10  /// </summary>
11  [ServiceContract]
12  public interface IServerConsoleFacade : IClientManager, IJobManager, IUserRoleManager {
13  }
14}
Note: See TracBrowser for help on using the repository browser.