Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IPromotableSinglePhaseNotification.cs
Go to the documentation of this file.
1
namespace
System.Transactions
;
2
3
public
interface
IPromotableSinglePhaseNotification
:
ITransactionPromoter
4
{
5
void
Initialize
();
6
7
void
SinglePhaseCommit
(
SinglePhaseEnlistment
singlePhaseEnlistment);
8
9
void
Rollback
(
SinglePhaseEnlistment
singlePhaseEnlistment);
10
}
System.Transactions.SinglePhaseEnlistment
Definition
SinglePhaseEnlistment.cs:4
System.Transactions.IPromotableSinglePhaseNotification.SinglePhaseCommit
void SinglePhaseCommit(SinglePhaseEnlistment singlePhaseEnlistment)
System.Transactions.IPromotableSinglePhaseNotification.Initialize
void Initialize()
System.Transactions.IPromotableSinglePhaseNotification.Rollback
void Rollback(SinglePhaseEnlistment singlePhaseEnlistment)
System.Transactions.IPromotableSinglePhaseNotification
Definition
IPromotableSinglePhaseNotification.cs:4
System.Transactions.ITransactionPromoter
Definition
ITransactionPromoter.cs:4
System.Transactions
Definition
AppSettings.cs:1
source
System.Transactions.Local
System.Transactions
IPromotableSinglePhaseNotification.cs
Generated by
1.10.0