C# 클래스 System.Transactions.TransactionStatePromotedNonMSDTCVolatilePhase1

상속: TransactionStatePromotedNonMSDTCBase
파일 보기 프로젝트 열기: dotnet/corefx

비공개 메소드들

메소드 설명
BeginCommit ( InternalTransaction tx, bool asyncCommit, AsyncCallback asyncCallback, object asyncState ) : void
ContinuePhase1Prepares ( ) : bool
CreateAbortingClone ( InternalTransaction tx ) : void
CreateBlockingClone ( InternalTransaction tx ) : void
EnlistPromotableSinglePhase ( InternalTransaction tx, IPromotableSinglePhaseNotification promotableSinglePhaseNotification, Transaction atomicTransaction, Guid promoterType ) : bool
EnlistVolatile ( InternalTransaction tx, IEnlistmentNotification enlistmentNotification, EnlistmentOptions enlistmentOptions, Transaction atomicTransaction ) : Enlistment
EnlistVolatile ( InternalTransaction tx, ISinglePhaseNotification enlistmentNotification, EnlistmentOptions enlistmentOptions, Transaction atomicTransaction ) : Enlistment
EnterState ( InternalTransaction tx ) : void
Phase1VolatilePrepareDone ( InternalTransaction tx ) : void
Rollback ( InternalTransaction tx, Exception e ) : void