Click or drag to resize

MessageQueue.StartInNewThread Method

Overload List
  NameDescription
Public methodStartInNewThread()
Runs the message queue in a newly spawned worker thread and immediately returns. The worker thread will not be terminated until Terminate() is called.
Public methodStartInNewThread(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.
Top
See Also