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