ThreadWorker ThreadName Property CleanCode C# Libraries v1.2.03 API
Property managing the name of the thread in which this ThreadWorker works.

Namespace: CleanCode.Threading
Assembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public string ThreadName { get; set; }

Field Value

The name of the thread.
See Also