Changeset 948 for trunk/sources/HeuristicLab.Hive.Contracts/Interfaces
- Timestamp:
- 12/10/08 15:03:00 (16 years ago)
- Location:
- trunk/sources/HeuristicLab.Hive.Contracts/Interfaces
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Contracts/Interfaces/ILifecycleManager.cs
r925 r948 36 36 37 37 /// <summary> 38 /// Gets the transaction manager 39 /// </summary> 40 /// <returns></returns> 41 ITransactionManager GetTransactionManager(); 42 43 /// <summary> 38 44 /// Shuts the application down 39 45 /// </summary> 40 void Sh tudown();46 void Shutdown(); 41 47 } 42 48 }
Note: See TracChangeset
for help on using the changeset viewer.