hi all

in win32, we could call
WaitForMultipleObjects();
is there a parallel method in .NET?


assaf

Re: how can a thread wait on 2 events? by Richard

Richard
Sun Oct 17 07:42:23 CDT 2004

Look at the WaitHandle.WaitAll and WaitHandle.WaitAny methods

Regards

Richard Blewett - DevelopMentor
http://staff.develop.com/richardb/weblog

hi all

in win32, we could call
WaitForMultipleObjects();
is there a parallel method in .NET?


assaf