ThreadedCalculationMultithreadSubCalculations Property |
Gets or sets a value indicating whether subcalculations should use the current
ThreadingPolicy.
By default, this is false, indicating that the subcalculations will see a
ThreadingPolicy specifying that further operations be executed in the thread that invoked those operations.
New threads created for use by the threaded calculation will use the default threading policy that was previously configured by
calling
UseCurrentAsDefault.
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 bool MultithreadSubCalculations { get; set; }
Public Property MultithreadSubCalculations As Boolean
Get
Set
public:
property bool MultithreadSubCalculations {
bool get ();
void set (bool value);
}
member MultithreadSubCalculations : bool with get, set
Property Value
Type:
BooleanSee Also