Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
DurableEnlistmentEnded.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 {
12 }
13
14 internal override void InDoubt(InternalEnlistment enlistment, Exception e)
15 {
16 }
17}
override void EnterState(InternalEnlistment enlistment)
override void InternalAborted(InternalEnlistment enlistment)
override void InDoubt(InternalEnlistment enlistment, Exception e)