The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Thread.ThreadState Property
Silverlight
Gets a value that contains the states of the current thread.
Namespace: System.Threading
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Threading.ThreadStateOne of the enumeration values that indicates the state of the current thread. The initial value is Unstarted.
The ThreadState property provides more specific information than the IsAlive property.
Important Note: |
|---|
Thread state is of interest only in debugging scenarios. Your code should never use thread state to synchronize the activities of threads. |
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
Show:
Important Note: