MessageQueueStartInThreadPoolThread Method |
Runs the message queue in a thread pool thread and immediately returns. The worker thread will not
be released back to the thread pool until
Terminate is called.
Namespace:
AGI.Foundation.Infrastructure.Threading
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 23.2.417.0 (23.2.417.0)
Syntaxpublic void StartInThreadPoolThread()
Public Sub StartInThreadPoolThread
public:
void StartInThreadPoolThread()
member StartInThreadPoolThread : unit -> unit
See Also