Groups | Blog | Home
all groups > dotnet compact framework > september 2007 >

dotnet compact framework : Thread IsAlive Detection


Fatih
9/28/2007 12:00:00 AM
Hi,

I am developing an application for WM 5.0.
I have a thread that does some operation in background.
In desktop environment I could check by calling IsAlive property to
see if the thread is alive but I couldn't see something similar in
Compact Framework.

How do I check that a thread is alive or not?
Josip Medved
9/30/2007 9:49:50 PM
[quoted text, click to view]

You may use custom property to check that.
Just make IsDone (or similar name) property and set it on exiting thread
function.

--
Greetings,
Josip Medved
AddThis Social Bookmark Button