Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IPromotedEnlistment.cs
Go to the documentation of this file.
1
namespace
System.Transactions
;
2
3
internal
interface
IPromotedEnlistment
4
{
5
void
EnlistmentDone
();
6
7
void
Prepared
();
8
9
void
ForceRollback
();
10
11
void
ForceRollback
(
Exception
e);
12
13
void
Committed
();
14
15
void
Aborted
(
Exception
e);
16
17
void
InDoubt
(
Exception
e);
18
19
byte
[]
GetRecoveryInformation
();
20
}
System.Exception
Definition
Exception.cs:15
System.Transactions.IPromotedEnlistment.EnlistmentDone
void EnlistmentDone()
System.Transactions.IPromotedEnlistment.Prepared
void Prepared()
System.Transactions.IPromotedEnlistment.InDoubt
void InDoubt(Exception e)
System.Transactions.IPromotedEnlistment.ForceRollback
void ForceRollback(Exception e)
System.Transactions.IPromotedEnlistment.Aborted
void Aborted(Exception e)
System.Transactions.IPromotedEnlistment.GetRecoveryInformation
byte[] GetRecoveryInformation()
System.Transactions.IPromotedEnlistment.Committed
void Committed()
System.Transactions.IPromotedEnlistment.ForceRollback
void ForceRollback()
System.Transactions.IPromotedEnlistment
Definition
IPromotedEnlistment.cs:4
System.Transactions
Definition
AppSettings.cs:1
source
System.Transactions.Local
System.Transactions
IPromotedEnlistment.cs
Generated by
1.10.0