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