Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
NotificationCall.cs
Go to the documentation of this file.
1
namespace
System.Transactions
;
2
3
internal
enum
NotificationCall
4
{
5
Prepare
,
6
Commit
,
7
Rollback
,
8
InDoubt
,
9
SinglePhaseCommit
,
10
Promote
11
}
System.Transactions.NotificationCall
NotificationCall
Definition
NotificationCall.cs:4
System.Transactions.NotificationCall.Promote
@ Promote
System.Transactions.NotificationCall.Rollback
@ Rollback
System.Transactions.NotificationCall.Commit
@ Commit
System.Transactions.NotificationCall.InDoubt
@ InDoubt
System.Transactions.NotificationCall.SinglePhaseCommit
@ SinglePhaseCommit
System.Transactions.NotificationCall.Prepare
@ Prepare
System.Transactions
Definition
AppSettings.cs:1
source
System.Transactions.Local
System.Transactions
NotificationCall.cs
Generated by
1.10.0