System.Transactions.TransactionStatePromotedNonMSDTCEnded.CompleteBlockingClone C# (CSharp) Method

CompleteBlockingClone() private method

private CompleteBlockingClone ( InternalTransaction tx ) : void
tx InternalTransaction
return void
        internal override void CompleteBlockingClone(InternalTransaction tx)
        {
            // The transaction is finished ignore these.
        }