Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
TransactionStateVolatileSPC.cs
Go to the documentation of this file.
1namespace System.Transactions;
2
4{
10
15
16 internal override void InDoubtFromEnlistment(InternalTransaction tx)
17 {
19 }
20
22 {
23 if (tx._innerException == null)
24 {
25 tx._innerException = e;
26 }
28 }
29}
virtual void ChangeStateSinglePhaseCommit(InternalEnlistment enlistment)
override void InDoubtFromEnlistment(InternalTransaction tx)
override void ChangeStateTransactionAborted(InternalTransaction tx, Exception e)
override void ChangeStateTransactionCommitted(InternalTransaction tx)
static TransactionStateInDoubt TransactionStateInDoubt
static TransactionStateAborted TransactionStateAborted
void CommonEnterState(InternalTransaction tx)
static TransactionStateCommitted TransactionStateCommitted