System.Transactions.TransactionStatePromotedNonMSDTCSinglePhaseCommit.EnlistPromotableSinglePhase C# (CSharp) Method

EnlistPromotableSinglePhase() private method

private EnlistPromotableSinglePhase ( InternalTransaction tx, IPromotableSinglePhaseNotification promotableSinglePhaseNotification, Transaction atomicTransaction, Guid promoterType ) : bool
tx InternalTransaction
promotableSinglePhaseNotification IPromotableSinglePhaseNotification
atomicTransaction Transaction
promoterType Guid
return bool
        internal override bool EnlistPromotableSinglePhase(
            InternalTransaction tx, IPromotableSinglePhaseNotification promotableSinglePhaseNotification,
            Transaction atomicTransaction,
            Guid promoterType
            )
        {
            throw TransactionException.Create(SR.TooLate, tx == null ? Guid.Empty : tx.DistributedTxId);
        }