Changeset 243 for trunk/sources
- Timestamp:
- 05/13/08 20:27:25 (17 years ago)
- Location:
- trunk/sources/HeuristicLab.Grid
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Grid/GridClientApplication.cs
r2 r243 27 27 28 28 namespace HeuristicLab.Grid { 29 [ClassInfo(Name = "Grid Client", Description="Client application for the distributed engine grid." )]29 [ClassInfo(Name = "Grid Client", Description="Client application for the distributed engine grid.", AutoRestart = true)] 30 30 class GridClientApplication : ApplicationBase { 31 31 public override void Run() { -
trunk/sources/HeuristicLab.Grid/GridServerApplication.cs
r2 r243 27 27 28 28 namespace HeuristicLab.Grid { 29 [ClassInfo(Name = "Grid Server", Description ="Server application for the distributed engine grid.")]29 [ClassInfo(Name = "Grid Server", Description = "Server application for the distributed engine grid.", AutoRestart=true)] 30 30 class GridServerApplication : ApplicationBase { 31 31 public override void Run() {
Note: See TracChangeset
for help on using the changeset viewer.