blah blah blah is here! blah blah » Close

0
votes
0 answers

How to keep object member variables private to a thread in a multi threaded environment

I have a multi threaded program that opens a few threads to query an external CRM and save the results in an in-memory IDictionary in order to speed up the system. I'm a little confused about multi threading and critical sections. I want ...

0
votes
1 answers

C# thread parameters

I’ve posted this question on a couple forums. Any threading guru among us know the answer? So I have a method that gets a Dictionary of List<myObj>, then cycles through the keys of the dictionary and passes each List<myObj> ...

Feedback