Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
System
Transactions
TransactionStatePromotedNonMSDTCCommitted
C# Class System.Transactions.TransactionStatePromotedNonMSDTCCommitted
Inheritance:
TransactionStatePromotedNonMSDTCEnded
Mostrar archivo
Open project: dotnet/corefx
Protected Methods
Method
Description
PromotedTransactionOutcome
(
InternalTransaction
tx
) :
void
Private Methods
Method
Description
EnterState
(
InternalTransaction
tx
) :
void
get_Status
(
InternalTransaction
tx
) :
TransactionStatus
Method Details
PromotedTransactionOutcome()
protected
method
protected
PromotedTransactionOutcome
(
InternalTransaction
tx
) :
void
tx
InternalTransaction
return
void