Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IEnlistmentNotification.cs
Go to the documentation of this file.
1
namespace
System.Transactions
;
2
3
public
interface
IEnlistmentNotification
4
{
5
void
Prepare
(
PreparingEnlistment
preparingEnlistment);
6
7
void
Commit
(
Enlistment
enlistment);
8
9
void
Rollback
(
Enlistment
enlistment);
10
11
void
InDoubt
(
Enlistment
enlistment);
12
}
System.Transactions.Enlistment
Definition
Enlistment.cs:4
System.Transactions.PreparingEnlistment
Definition
PreparingEnlistment.cs:4
System.Transactions.IEnlistmentNotification.InDoubt
void InDoubt(Enlistment enlistment)
System.Transactions.IEnlistmentNotification.Prepare
void Prepare(PreparingEnlistment preparingEnlistment)
System.Transactions.IEnlistmentNotification.Rollback
void Rollback(Enlistment enlistment)
System.Transactions.IEnlistmentNotification.Commit
void Commit(Enlistment enlistment)
System.Transactions.IEnlistmentNotification
Definition
IEnlistmentNotification.cs:4
System.Transactions
Definition
AppSettings.cs:1
source
System.Transactions.Local
System.Transactions
IEnlistmentNotification.cs
Generated by
1.10.0