Hi,

Whats the alternative for Monitor.Wait() and Monitor.Pulse() in
compact framework? How do i make a thread block until another thread
wakes it up??

Thanks,
Hari

Re: blocking threads?? by jp2code

jp2code
Thu Apr 05 08:30:38 CDT 2007

Sleep(100)?

BTW: What is Monitor?



Re: blocking threads?? by ctacke/>

ctacke/>
Thu Apr 05 10:59:33 CDT 2007

It's a .NET Class.


--
Chris Tacke - Embedded MVP
OpenNETCF Consulting
Managed Code in the Embedded World
www.opennetcf.com
--


"jp2code" <poojo.com/mail> wrote in message
news:uOLiYa4dHHA.208@TK2MSFTNGP05.phx.gbl...
> Sleep(100)?
>
> BTW: What is Monitor?
>