Click or drag to resize

ISuspendTokenResumeSilently Method

Disarms this SuspendToken and decrements the suspend level of the parent object. If the suspend level falls to zero during this call, the resume function is not called. Instead, usually another function (e.g. ResumeSilently) is called on the parent object to indicate that the object should be resumed without notifying that the object has changed.

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