Advanced ThreadPool

ThreadStateInfo Constructor

Creates a new instance of this class.

[Visual Basic]
Public Sub New( _ 
   ByVal thread As Thread _ 
)
[C#]
public ThreadStateInfo(
   Thread thread
);
[C++]
public: ThreadStateInfo(
   Thread* thread
);
[JScript]
public function ThreadStateInfo(
   Thread thread
);

Parameters

thread
The thread to associate with this instance.

See Also

ThreadStateInfo Class | InfiniTec.SystemUtilities Namespace