MessageQueue.StartInNewThread Method |
Name | Description | |
---|---|---|
![]() | StartInNewThread() |
Runs the message queue in a newly spawned worker thread and immediately returns.
The worker thread will not be terminated until Terminate() is called.
|
![]() | StartInNewThread(String) |
Runs the message queue in a newly spawned worker thread and immediately returns.
The worker thread will not be terminated until Terminate() is called.
|