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, Dispatcher targetDispatcher, bool autoStartThread ) |
| Visual Basic |
|---|
Public Sub New ( _ threadName As String, _ targetDispatcher As Dispatcher, _ autoStartThread As Boolean _ ) |
| Visual C++ |
|---|
public: ThreadBase( String^ threadName, Dispatcher^ targetDispatcher, bool autoStartThread ) |
Parameters
- threadName
- Type: System..::..String
- targetDispatcher
- Type: UnityThreading..::..Dispatcher
- autoStartThread
- Type: System..::..Boolean