Hi Diego,

If you are waiting for the threads to terminate, use Thread.Join.
Otherwise, WaitHandle.WaitAll is the System.Threading equivalent to
WaitForMultipleObjects.

Nick

----- Original Message -----
From: "Diego Gonzalez" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 18, 2002 3:35 AM
Subject: [DOTNET] Waiting for multiple Threads


> Is there any way to wait for multiple running Threads? I will call
> WaitForMultipleObjects, but there is no way to get the thread handle.
>
> Diego
>
> You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
> subscribe to other DevelopMentor lists at http://discuss.develop.com.
>

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to