Last change
on this file since 839 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 | |
---|
1 | using System;
|
---|
2 | using System.Collections.Generic;
|
---|
3 | using System.Linq;
|
---|
4 | using System.Text;
|
---|
5 | using System.ServiceModel;
|
---|
6 |
|
---|
7 | namespace 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.