Version

UltraCalcAction Enumeration

Enum used for specifying the first paramter to IUltraCalcManager.PerformAction method.
Syntax
'Declaration
 
Public Enum UltraCalcAction 
   Inherits System.Enum
public enum UltraCalcAction : System.Enum 
Members
MemberDescription
AddReferenceToRecalcChainThe data parameter is the IUltraCalcReference instance to add to the recalc chain. This action has no return value.
RecalcRecalc action. The data parameter is the ticks parameter (must be long type) to the Recalc method of the calc engine. The return value is a boolean indicating whether there is more to recalc.
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