C# Class System.Transactions.TransactionStatePromotedCommitted

Inheritance: TransactionStatePromotedEnded
Afficher le fichier Open project: dotnet/corefx

Méthodes protégées

Méthode Description
PromotedTransactionOutcome ( InternalTransaction tx ) : void

Private Methods

Méthode Description
ChangeStatePromotedCommitted ( InternalTransaction tx ) : void
EnterState ( InternalTransaction tx ) : void
InDoubtFromDtc ( InternalTransaction tx ) : void
InDoubtFromEnlistment ( InternalTransaction tx ) : void
get_Status ( InternalTransaction tx ) : TransactionStatus

Method Details

PromotedTransactionOutcome() protected méthode

protected PromotedTransactionOutcome ( InternalTransaction tx ) : void
tx InternalTransaction
Résultat void