Click or drag to resize

ICalculationContextStorageStrategy Interface

A strategy for getting the current CalculationContext instance.

Namespace:  AGI.Foundation.Infrastructure
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public interface ICalculationContextStorageStrategy

The ICalculationContextStorageStrategy type exposes the following members.

Methods
  NameDescription
Public methodGetContext
Gets the current CalculationContext.
Public methodSetContext
Sets the current CalculationContext.
Top
See Also