Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public static CalculationContext DefaultForNewContexts { get; set; }

Property Value

Type: CalculationContext
See Also