Click or drag to resize

ISuspendTokenResume Method

Decrements the suspend level of the parent object. If the suspend level falls to zero during this call, the resume function is called. The object should then resume all child objects, and then indicate that it has changed to its parent and to any other listeners of the Change event.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void Resume()
See Also