J
Jim H
I'm using a ManualResetEvent in my library class. I need to do a wait on
the object but with a timeout. I can't block infinite. The WaitOne(int,
bool) is not supported by .netcf. How do I get around this?
jim
the object but with a timeout. I can't block infinite. The WaitOne(int,
bool) is not supported by .netcf. How do I get around this?
jim