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 ) |
| Visual Basic |
|---|
Public Sub New ( _ threadName As String, _ targetDispatcher As Dispatcher _ ) |
| Visual C++ |
|---|
public: ThreadBase( String^ threadName, Dispatcher^ targetDispatcher ) |