CalculationContextCalculationContextStorageStrategy Property |
Gets or sets the strategy that is used to store calculation contexts.
The default strategy ensures that each thread has its own context.
Namespace:
AGI.Foundation.Infrastructure
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static ICalculationContextStorageStrategy CalculationContextStorageStrategy { get; set; }
Public Shared Property CalculationContextStorageStrategy As ICalculationContextStorageStrategy
Get
Set
public:
static property ICalculationContextStorageStrategy^ CalculationContextStorageStrategy {
ICalculationContextStorageStrategy^ get ();
void set (ICalculationContextStorageStrategy^ value);
}
static member CalculationContextStorageStrategy : ICalculationContextStorageStrategy with get, set
Property Value
Type:
ICalculationContextStorageStrategySee Also