ThreadingPolicy.ConfigureToUseCurrentThreadOnly 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic static void ConfigureToUseCurrentThreadOnly()
Public Shared Sub ConfigureToUseCurrentThreadOnly
public:
static void ConfigureToUseCurrentThreadOnly()
static member ConfigureToUseCurrentThreadOnly : unit -> unit
See Also