Sets name for the current thread and restores the original thread name in Dispose. Should be used inside a
using block.
Inheritance Hierarchy
Namespace:
Aloe.EnterpriseOne.Model.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic class ThreadName : IDisposable
Public Class ThreadName
Implements IDisposable
public ref class ThreadName : IDisposable
type ThreadName =
class
interface IDisposable
end
The ThreadName type exposes the following members.
Constructors
| Name | Description |
---|
 | ThreadName |
Set the current thread's name to threadName |
Top
Methods
| Name | Description |
---|
 | Dispose |
Restore the original name for the thread that created this object
|
Top
See Also