Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
TransactionStatePromotedCommitting.cs
Go to the documentation of this file.
2
3namespace System.Transactions;
4
6{
7 internal override void EnterState(InternalTransaction tx)
8 {
11 distributedCommittableTransaction.BeginCommit(tx);
12 }
13
14 internal override void BeginCommit(InternalTransaction tx, bool asyncCommit, AsyncCallback asyncCallback, object asyncState)
15 {
17 }
18}
static TransactionException CreateTransactionStateException(Exception innerException, Guid distributedTxId)
override void BeginCommit(InternalTransaction tx, bool asyncCommit, AsyncCallback asyncCallback, object asyncState)
void CommonEnterState(InternalTransaction tx)