System.Transactions.Bucket.Remove C# (CSharp) Method

Remove() private method

private Remove ( InternalTransaction tx ) : void
tx InternalTransaction
return void
        internal void Remove(InternalTransaction tx)
        {
            _transactions[tx._bucketIndex] = null;
        }