- Timestamp:
- 03/02/11 15:23:59 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive/3.4/Interfaces/ILifecycleManager.cs
r5405 r5593 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using HeuristicLab.Services.Hive.Common; 6 using HeuristicLab.Services.Hive.Common.DataTransfer; 7 1 8 2 namespace HeuristicLab.Services.Hive { 9 3 /// <summary> … … 11 5 /// </summary> 12 6 public interface ILifecycleManager { 13 void Start(); 14 15 void Stop(); 7 void Cleanup(); 16 8 } 17 9 }
Note: See TracChangeset
for help on using the changeset viewer.