- Timestamp:
- 03/19/14 10:48:23 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Interfaces/ITransactionalPreprocessingData.cs
r10586 r10612 21 21 22 22 23 using System; 23 24 namespace HeuristicLab.DataPreprocessing { 24 25 … … 29 30 bool IsUndoAvailable { get; } 30 31 void Undo(); 32 void InTransaction(Action action); 31 33 void BeginTransaction(); 32 34 void EndTransaction();
Note: See TracChangeset
for help on using the changeset viewer.