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!

ProcessThread.WaitReason

Returns the reason the associated thread is waiting, if any.

[Visual Basic]
Public ReadOnly Property WaitReason As ThreadWaitReason
[C#]
public ThreadWaitReason WaitReason {get;}
[C++]
public: __property ThreadWaitReason get_WaitReason();
[JScript]
public function get WaitReason() : ThreadWaitReason;

See Also

ProcessThread Class | ProcessThread Members | System.Diagnostics Namespace