NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Thread Properties

The properties of the Thread class are listed below. For a complete list of Thread class members, see the Thread Members topic.

Public:

ApartmentState Gets or sets the apartment state of this thread.
CurrentContext Gets the current context the thread is executing in.
CurrentCulture [To be supplied.]
CurrentPrincipal Gets and sets the thread's current principal (for role based security).
CurrentThread Gets a reference to the currently running thread.
CurrentUICulture [To be supplied.]
IsAlive Gets a value indicate whether the thread has been started and is not dead.
IsBackground Gets or sets a value indicating whether or not this thread is a background thread.
Name Gets or Sets the name of the thread.
Priority Gets or Sets the priority of a thread.
ThreadState Gets the state of this thread.

See Also

Thread Class | System.Threading Namespace