Don't get mad at me, but I don't fully understand the lines where the new thread is started.
N a v a n e e t h wrote:
new Thread(delegate(object userState) { DataCarrier c = userState as DataCarrier; // use c.JobInfoInstance here info.Invoke(); c.Handle.Set(); }).Start(carrier);
If I try to compile this in my code, I get the problem that I need to pass a parameter to the info.Invoke() method. Besides that, the WaitHandle doesn't contain a Set() method. Again, thanks for your help and patience.
/matthias
I love deadlines. I like the whooshing sound they make as they fly by.
[Douglas Adams]