Version

ResumeCalculations Method

Resumes automatic calculations after a preceding call to SuspendCalculations.
Syntax
'Declaration
 
Public Sub ResumeCalculations() 
public void ResumeCalculations()
Remarks

The ResumeCalculations method will resume automatic calculations after a preceding call to the SuspendCalculations method was made.

Note also that each time SuspendCalculations is called, a counter is incremented. So the same number of ResumeCalculations calls must be made before calculations will resume. If the call to ResumeCalculations results in the counter reaching 0, then calculations will resume immediately - the XamCalculationManager will not wait for a timer tick or change notification.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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