- Timestamp:
- 05/29/20 13:28:25 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/HeuristicLab.Services.Hive.DataAccess/3.3/Interfaces/IPersistenceManager.cs
r17180 r17574 64 64 #region Transaction management 65 65 void UseTransaction(Action call, bool repeatableRead = false, bool longRunning = false); 66 void UseTransactionAndSubmit(Action call, bool repeatableRead = false, bool longRunning = false); 66 67 T UseTransaction<T>(Func<T> call, bool repeatableRead = false, bool longRunning = false); 68 T UseTransactionAndSubmit<T>(Func<T> call, bool repeatableRead = false, bool longRunning = false); 67 69 #endregion 68 70
Note: See TracChangeset
for help on using the changeset viewer.