Click or drag to resize

MessageQueue.StartInThreadPoolThread 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: 25.1.421.0 (25.1.421.0)
Syntax
public void StartInThreadPoolThread()
See Also