Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Multithreaded In VB.NET

Hi,
As i know, VB.NET support multithreaded, but how can we check whether a thread is still alive or not? Is that using the Thread.ThreadState? I tried that, it returned a integer value 8, what does that mean? Any resource have the detail of the returned value? Another question is, how can a thread kill itself??

Other than that, anybody know where can i get the reference of the discussing bout the management of thread? The management of threads is important right?

Thanks, hope somebody can answer my question :)
[545 byte] By [eddom] at [2007-11-11 8:16:56]
# 1 Re: Multithreaded In VB.NET
You'll find a list of the ThreadState enumeration values here: http://msdn.microsoft.com/library/en-us/cpref/html/frlrfsystemthreadingthreadstateclasstopic.asp

You may find this article helpful as an introduction to multithreaded programming in VB.NET: http://www.dev-archive.com/getHelpOn/10MinuteSolution/20365
Phil Weber at 2007-11-11 21:47:45 >
# 2 Re: Multithreaded In VB.NET
Thanks you very much :)
eddom at 2007-11-11 21:48:48 >