Click or drag to resize

SuspendableDocumentNodeBaseResume(ISuspendToken) Method

Resumes changed events by calling Resume for the provided suspend token, and setting the reference to the suspend token to null. If Event data were accumulated during the suspended state, a changed event is triggered for each event data.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void Resume(
	ref ISuspendToken?? suspendToken
)

Parameters

suspendToken  ISuspendToken
The suspend token.
See Also