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: 23.2.417.0 (23.2.417.0)
Syntaxpublic 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:
ICalculationContextStorageStrategy
See Also