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.2.419.0 (24.2.419.0)
Syntax public static void ConfigureToUseCurrentThreadOnly()
Public Shared Sub ConfigureToUseCurrentThreadOnly
public:
static void ConfigureToUseCurrentThreadOnly()
static member ConfigureToUseCurrentThreadOnly : unit -> unit
See Also