Advanced ThreadPool

ThreadStateInfo.WaitHandle Property

Returns the waithandle that is associated with this thread

[Visual Basic]
Public Property ReadOnly WaitHandle As AutoResetEvent
[C#]
public AutoResetEvent WaitHandle { get; }
[C++]
public: __property AutoResetEvent* get_WaitHandle();
[JScript]
public function get WaitHandle() : AutoResetEvent

See Also

ThreadStateInfo Class | InfiniTec.SystemUtilities Namespace