C# Class System.Transactions.TransactionStatePromotedNonMSDTCCommitted

Inheritance: TransactionStatePromotedNonMSDTCEnded
Show file 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