System.Transactions.TransactionStatePromotedNonMSDTCIndoubt.ChangeStatePromotedPhase1 C# (CSharp) Метод

ChangeStatePromotedPhase1() приватный Метод

private ChangeStatePromotedPhase1 ( InternalTransaction tx ) : void
tx InternalTransaction
Результат void
        internal override void ChangeStatePromotedPhase1(InternalTransaction tx)
        {
            throw TransactionInDoubtException.Create(TraceSourceType.TraceSourceBase, SR.TransactionIndoubt, tx._innerException, tx.DistributedTxId);
        }