|
VB .NET How to Get the state of the current thread |
|
|
|
|
Home
ASP .NET
Get Thread State
|
|
|
oThread.ThreadState
Where oThread is the name of the thread you have created or you could
get the state of the current thread by using
Threading.Thread.CurrentThread.ThreadState
|
|
|
|
|
|