Version

CalcFrequency Property

Describes whether the calculation engine recalculates in the foreground or background, otherwise the developer may opt to trigger calculations manually.
Syntax
'Declaration
 
Public Property CalcFrequency As CalcFrequency
public CalcFrequency CalcFrequency {get; set;}
Remarks

The UltraWebCalcManager uses the setting of CalcFrequency as a guideline. Asynchronous calculations will be performed in the background only if supported; otherwise the Asynchronous setting is treated as synchronous. Setting the CalcFrequency to Manual turns off calculations except when responding to explicit ReCalc calls made by the application.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also