CalculationContextDefaultForNewContexts Property |
Gets or sets the calculation context to use for contexts that do not yet have a calculation context.
When using the default
CalculationContextStorageStrategy, a context
is a thread so this property specifies the calculation context that will be used for new
threads that do not yet have a
CalculationContext.
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 CalculationContext DefaultForNewContexts { get; set; }
Public Shared Property DefaultForNewContexts As CalculationContext
Get
Set
public:
static property CalculationContext^ DefaultForNewContexts {
CalculationContext^ get ();
void set (CalculationContext^ value);
}
static member DefaultForNewContexts : CalculationContext with get, set
Property Value
Type:
CalculationContextSee Also