Advanced ThreadPool

AdvancedThreadPool.Name Property

Gets or sets the name for the threadpool threads.

[Visual Basic]
Public Property Name As String
[C#]
public string Name { get; set; }
[C++]
public: __property String* get_Name();
public: __property void set_Name(String* );
[JScript]
public function get Name() : String
public function set Name(String);

Remarks

Note: Running threads are not renamed when this value is changed during runtime.

See Also

AdvancedThreadPool Class | InfiniTec.SystemUtilities Namespace