ThreadingPolicyUseCurrentAsDefault Method |
Sets the current threading policy as the default policy to be used for new 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 UseCurrentAsDefault()
Public Shared Sub UseCurrentAsDefault
public:
static void UseCurrentAsDefault()
static member UseCurrentAsDefault : unit -> unit
See Also