I am using a set of DataTables to store values continuously, from which I have to delete n number of rows.
My problem is,
- when the number of rows reach a limit i have to delete n rows.
- Deletion should not affect the other writing processes in the Datatable.
Please help me to solve this problem /or give suggestions
Edit from heading
I want to use a method which doesn't have an iteration in it.