C# Class System.Transactions.TransactionStatePromotedAborting

Inheritance: TransactionStatePromotedBase
Show file Open project: dotnet/corefx

Private Methods

Method Description
BeginCommit ( InternalTransaction tx, bool asyncCommit, AsyncCallback asyncCallback, object asyncState ) : void
ChangeStatePromotedAborted ( InternalTransaction tx ) : void
ChangeStateTransactionAborted ( InternalTransaction tx, Exception e ) : void
CreateAbortingClone ( InternalTransaction tx ) : void
CreateBlockingClone ( InternalTransaction tx ) : void
EnterState ( InternalTransaction tx ) : void
RestartCommitIfNeeded ( InternalTransaction tx ) : void
get_Status ( InternalTransaction tx ) : TransactionStatus