ThreadingPolicyConfigureToUseAllLogicalProcessors Method |
Configures the threading policy so that parallelizable operations use one thread for each
logical processor on the system. In some partial-trust environments, in may not be possible
to determine the number of logical processors. In that case, the threading policy will
be configured to use two threads.
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 ConfigureToUseAllLogicalProcessors()
Public Shared Sub ConfigureToUseAllLogicalProcessors
public:
static void ConfigureToUseAllLogicalProcessors()
static member ConfigureToUseAllLogicalProcessors : unit -> unit
See Also