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.IsAlive

Gets a value indicate whether the thread has been started and is not dead.

[Visual Basic]
Public ReadOnly Property IsAlive As Boolean
[C#]
public bool IsAlive {get;}
[C++]
public: __property bool get_IsAlive();
[JScript]
public function get IsAlive() : Boolean;

Property Value

true if this thread has been started and is not dead; otherwise, false.

See Also

Thread Class | Thread Members | System.Threading Namespace