Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
VolatileEnlistmentPrepared.cs
Go to the documentation of this file.
1namespace System.Transactions;
2
4{
5 internal override void EnterState(InternalEnlistment enlistment)
6 {
7 enlistment.State = this;
8 }
9
10 internal override void InternalAborted(InternalEnlistment enlistment)
11 {
13 }
14
15 internal override void InternalCommitted(InternalEnlistment enlistment)
16 {
18 }
19
20 internal override void InternalIndoubt(InternalEnlistment enlistment)
21 {
23 }
24
25 internal override void ChangeStatePreparing(InternalEnlistment enlistment)
26 {
27 }
28}
override void InternalIndoubt(InternalEnlistment enlistment)
override void EnterState(InternalEnlistment enlistment)
override void InternalAborted(InternalEnlistment enlistment)
override void ChangeStatePreparing(InternalEnlistment enlistment)
override void InternalCommitted(InternalEnlistment enlistment)
static VolatileEnlistmentInDoubt VolatileEnlistmentInDoubt
static VolatileEnlistmentCommitting VolatileEnlistmentCommitting
static VolatileEnlistmentAborting VolatileEnlistmentAborting