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: 24.2.419.0 (24.2.419.0)
Syntax public 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:
ThreadSourceSee Also