Set the current thread's name to threadName
Namespace:
Aloe.EnterpriseOne.Model.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ThreadName(
string threadName
)
Public Sub New (
threadName As String
)
public:
ThreadName(
String^ threadName
)
new :
threadName : string -> ThreadName
Parameters
- threadName
- Type: SystemString
New name for the
See Also