Advanced ThreadPool

ThreadStateInfo.Thread Property

Returns the thread the is associated with this info instance.

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

See Also

ThreadStateInfo Class | InfiniTec.SystemUtilities Namespace