C# Class System.Transactions.TransactionStatePSPEOperation

Inheritance: TransactionState
Show file Open project: dotnet/corefx

Private Methods

Method Description
EnterState ( InternalTransaction tx ) : void
PSPEInitialize ( InternalTransaction tx, IPromotableSinglePhaseNotification promotableSinglePhaseNotification, System.Guid promoterType ) : void
PSPEPromote ( InternalTransaction tx ) : DistributedTransaction
Phase0PSPEInitialize ( InternalTransaction tx, IPromotableSinglePhaseNotification promotableSinglePhaseNotification, System.Guid promoterType ) : void
PromoteAndEnlistDurable ( InternalTransaction tx, System.Guid resourceManagerIdentifier, IPromotableSinglePhaseNotification promotableNotification, ISinglePhaseNotification enlistmentNotification, EnlistmentOptions enlistmentOptions, Transaction atomicTransaction ) : Enlistment
SetDistributedTransactionId ( InternalTransaction tx, IPromotableSinglePhaseNotification promotableNotification, System.Guid distributedTransactionIdentifier ) : void
get_Status ( InternalTransaction tx ) : TransactionStatus