System.Transactions.TransactionStatePromotedNonMSDTCIndoubt.ChangeStatePromotedPhase1 C# (CSharp) Méthode

ChangeStatePromotedPhase1() private méthode

private ChangeStatePromotedPhase1 ( InternalTransaction tx ) : void
tx InternalTransaction
Résultat void
        internal override void ChangeStatePromotedPhase1(InternalTransaction tx)
        {
            throw TransactionInDoubtException.Create(TraceSourceType.TraceSourceBase, SR.TransactionIndoubt, tx._innerException, tx.DistributedTxId);
        }