C# Class System.Transactions.TransactionStatePromotedIndoubt

Inheritance: TransactionStatePromotedEnded
Show file Open project: dotnet/corefx

Protected Methods

Method Description
PromotedTransactionOutcome ( InternalTransaction tx ) : void

Private Methods

Method Description
ChangeStatePromotedAborted ( InternalTransaction tx ) : void
ChangeStatePromotedCommitted ( InternalTransaction tx ) : void
ChangeStatePromotedPhase0 ( InternalTransaction tx ) : void
ChangeStatePromotedPhase1 ( InternalTransaction tx ) : void
CheckForFinishedTransaction ( InternalTransaction tx ) : void
EnterState ( InternalTransaction tx ) : void
GetObjectData ( InternalTransaction tx, SerializationInfo serializationInfo, StreamingContext context ) : void
InDoubtFromDtc ( InternalTransaction tx ) : void
InDoubtFromEnlistment ( InternalTransaction tx ) : void
RestartCommitIfNeeded ( InternalTransaction tx ) : void
get_Status ( InternalTransaction tx ) : TransactionStatus

Method Details

PromotedTransactionOutcome() protected method

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