Is there a way to simulate WaitHandle.WaitAny Method (WaitHandle[]) for
NetCf. I have asked at OpenNetCf but no resolution so far.

Thanks.

--
John Olbert
javo2000@snet.net

Re: NetCF replacement for WaitHandle.WaitAny() by Chris

Chris
Mon Jun 13 09:18:59 CDT 2005

P/Invoke WaitForMultipleObjects.

--
Chris Tacke
Co-founder
OpenNETCF.org
Are you using the SDF? Let's do a case study.
Email us at d c s @ o p e n n e t c f . c o m
http://www.opennetcf.org/donate


"John Olbert" <someone@snet.net> wrote in message
news:D5CCAA27-839E-4DE5-B00A-2D415DCCE4F3@microsoft.com...
> Is there a way to simulate WaitHandle.WaitAny Method (WaitHandle[]) for
> NetCf. I have asked at OpenNetCf but no resolution so far.
>
> Thanks.
>
> --
> John Olbert
> javo2000@snet.net
>



Re: NetCF replacement for WaitHandle.WaitAny() by Sergey

Sergey
Mon Jun 13 10:03:23 CDT 2005

In addition to Chris post see:

OpenNETCF.Win32.Core.WaitForMultipleObjects(IntPtr[] Handles, bool
WaitForAll, int Timeout);


--
Sergey Bogdanov
http://www.sergeybogdanov.com


John Olbert wrote:
> Is there a way to simulate WaitHandle.WaitAny Method (WaitHandle[]) for
> NetCf. I have asked at OpenNetCf but no resolution so far.
>
> Thanks.
>