Method |
Description |
|
BeginCommit ( InternalTransaction tx, bool asyncCommit, AsyncCallback asyncCallback, object asyncState ) : void |
|
|
ChangeStatePromotedAborted ( InternalTransaction tx ) : void |
|
|
ChangeStatePromotedPhase0 ( InternalTransaction tx ) : void |
|
|
ChangeStatePromotedPhase1 ( InternalTransaction tx ) : 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 |
|
|
InDoubtFromDtc ( InternalTransaction tx ) : void |
|
|
InDoubtFromEnlistment ( InternalTransaction tx ) : void |
|
|
Phase0VolatilePrepareDone ( InternalTransaction tx ) : void |
|
|
Phase1VolatilePrepareDone ( InternalTransaction tx ) : void |
|
|
RestartCommitIfNeeded ( InternalTransaction tx ) : void |
|
|
Rollback ( InternalTransaction tx, Exception e ) : void |
|
|
get_Status ( InternalTransaction tx ) : TransactionStatus |
|
|