This is a discussion on How can we know a state of a thread in Dot Net? within the C# Programming forums, part of the Software Development category; How can we know a state of a thread in Dot Net?...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| “ThreadState” property can be used to get detail of thread. Thread can have one or a combination of status.System.Threading. ThreadState enumeration has all the values to detect a state of thread. Some sample states are... Isrunning IsAlive Suspended |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Using Thread in C#. | Balasubramanian.S | C# Programming | 14 | 03-17-2008 04:41 AM |
| Where do you specify session state mode in ASP.Net? | oxygen | ASP and ASP.NET Programming | 1 | 07-30-2007 07:34 AM |
| What is daemon thread and How to create the daemon thread Java? | bluesky | Java Programming | 1 | 07-25-2007 05:55 AM |
| "Understanding Session State Modes" - to help you to understand the difference betwee | Archer | ASP and ASP.NET Programming | 1 | 07-24-2007 12:44 AM |
| What are the different types of Session state management options available with ASP.N | Arun | ASP and ASP.NET Programming | 1 | 07-19-2007 02:32 AM |