Click or drag to resize

ThreadName Class

Sets name for the current thread and restores the original thread name in Dispose. Should be used inside a using block.
Inheritance Hierarchy
SystemObject
  Aloe.EnterpriseOne.Model.CoreThreadName

Namespace:  Aloe.EnterpriseOne.Model.Core
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public class ThreadName : IDisposable

The ThreadName type exposes the following members.

Constructors
  NameDescription
Public methodThreadName
Set the current thread's name to threadName
Top
Methods
  NameDescription
Public methodDispose
Restore the original name for the thread that created this object
Top
See Also