| ThreadingPolicyThreadSource Property  | 
 
            Gets or sets the source of new threads to be used to execute parallelizable operations.
            
 
    Namespace: 
   AGI.Foundation.Infrastructure.Threading
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic static ThreadSource ThreadSource { get; set; }Public Shared Property ThreadSource As ThreadSource
	Get
	Set
public:
static property ThreadSource ThreadSource {
	ThreadSource get ();
	void set (ThreadSource value);
}static member ThreadSource : ThreadSource with get, set
Property Value
Type: 
ThreadSource See Also
See Also