Esempio n. 1
0
 /** <inheritDoc /> */
 public override void Rollback()
 {
     _curFut.Value = Tx.GetFutureOrError(() => Tx.RollbackAsync());
 }
Esempio n. 2
0
 /** <inheritDoc /> */
 public override void Commit()
 {
     _curFut.Value = Tx.GetFutureOrError(() => Tx.CommitAsync());
 }