System.Transactions.TransactionStatePromotedNonMSDTCEnded.CompleteAbortingClone C# (CSharp) 메소드

CompleteAbortingClone() 개인적인 메소드

private CompleteAbortingClone ( InternalTransaction tx ) : void
tx InternalTransaction
리턴 void
        internal override void CompleteAbortingClone(InternalTransaction tx)
        {
            // The transaction is finished ignore these.
        }