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: 23.2.417.0 (23.2.417.0)
Syntaxpublic static void UseCurrentAsDefault()
Public Shared Sub UseCurrentAsDefault
public:
static void UseCurrentAsDefault()
static member UseCurrentAsDefault : unit -> unit
See Also