Click or drag to resize

ThreadingPolicyConfigureToUseCurrentThreadOnly Method

Configures the threading policy so that parallelizable operations are executed using only the thread that invoked them. No additional threads are created.

Namespace:  AGI.Foundation.Infrastructure.Threading
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static void ConfigureToUseCurrentThreadOnly()
See Also