SuspendableDocumentNodeBaseResumeSilently Method |
Resumes changed events by calling
Resume for the provided suspend token, and setting the reference to the suspend token to null.
All event data accumulated during the suspended state are discarded, and thus no change event is triggered even if the instance has changed during the suspended state.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void ResumeSilently(
ref ISuspendToken?? suspendToken
)
Parameters
- suspendToken ISuspendToken
- The suspend token.
See Also