C# Class System.Transactions.TransactionStatePromotedNonMSDTCAborted

Inheritance: TransactionStatePromotedNonMSDTCEnded
Show file Open project: dotnet/corefx

Protected Methods

Method Description
PromotedTransactionOutcome ( InternalTransaction tx ) : void

Private Methods

Method Description
BeginCommit ( InternalTransaction tx, bool asyncCommit, AsyncCallback asyncCallback, object asyncState ) : void
ChangeStateTransactionAborted ( InternalTransaction tx, Exception e ) : void
CheckForFinishedTransaction ( InternalTransaction tx ) : void
CreateAbortingClone ( InternalTransaction tx ) : void
CreateBlockingClone ( InternalTransaction tx ) : void
EnterState ( InternalTransaction tx ) : void
GetObjectData ( InternalTransaction tx, SerializationInfo serializationInfo, StreamingContext context ) : void
Phase0VolatilePrepareDone ( InternalTransaction tx ) : void
Phase1VolatilePrepareDone ( InternalTransaction tx ) : void
Rollback ( InternalTransaction tx, Exception e ) : void
get_Status ( InternalTransaction tx ) : TransactionStatus

Method Details

PromotedTransactionOutcome() protected method

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