How to get thread status..in Multi threading..
Posted
by Qutbuddin Kamaal
on Stack Overflow
See other posts from Stack Overflow
or by Qutbuddin Kamaal
Published on 2010-03-15T10:25:03Z
Indexed on
2010/03/15
10:29 UTC
Read the original article
Hit count: 177
c#
|multithreading
Hi,
May be it sound dumb but if I want some computed value from other thread and other value from one more thread and this two value in my main thread how can I,if In case second thread completed before first one.it will create problem..so I just want is there any way that I can get the thread status means its still running or stop.
Thanks
© Stack Overflow or respective owner