Click or drag to resize

ThreadingPolicy.ThreadSource 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
public static ThreadSource ThreadSource { get; set; }

Property Value

Type: ThreadSource
See Also