C# Class System.Transactions.TransactionStatePromotedCommitted

Inheritance: TransactionStatePromotedEnded
Show file Open project: dotnet/corefx

Protected Methods

Method Description
PromotedTransactionOutcome ( InternalTransaction tx ) : void

Private Methods

Method 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 method

protected PromotedTransactionOutcome ( InternalTransaction tx ) : void
tx InternalTransaction
return void