System.Transactions.TransactionState.EnlistPromotableSinglePhase C# (CSharp) 메소드

EnlistPromotableSinglePhase() 개인적인 메소드

private EnlistPromotableSinglePhase ( InternalTransaction tx, IPromotableSinglePhaseNotification promotableSinglePhaseNotification, Transaction atomicTransaction, System.Guid promoterType ) : bool
tx InternalTransaction
promotableSinglePhaseNotification IPromotableSinglePhaseNotification
atomicTransaction Transaction
promoterType System.Guid
리턴 bool
        internal virtual bool EnlistPromotableSinglePhase(
            InternalTransaction tx,
            IPromotableSinglePhaseNotification promotableSinglePhaseNotification,
            Transaction atomicTransaction,
            Guid promoterType
            )
        {
            throw TransactionException.CreateTransactionStateException(tx._innerException, tx.DistributedTxId);
        }