Initializes a new instance of the ThreadBase class
Namespace: UnityThreadingAssembly: UnityThreading (in UnityThreading.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public ThreadBase( string threadName ) |
| Visual Basic |
|---|
Public Sub New ( _ threadName As String _ ) |
| Visual C++ |
|---|
public: ThreadBase( String^ threadName ) |
Parameters
- threadName
- Type: System..::..String