| SuspendableObjectResume(ISuspendToken, EventFiring) Method | 
            Decrease the suspend level by disposing the suppress token. The token will fire the Resume event
            if the suppress level falls to zero. You can suppress the resume event by setting argument 'suppressResumeEvent' to true.
            
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
 Syntax
Syntaxpublic int Resume(
	ref ISuspendToken?? token,
	EventFiring firingOfResumeEvent
)
Parameters
- token  ISuspendToken
- firingOfResumeEvent  EventFiring
- Designates whether or not to fire the resume event.
Return Value
Int32The event count accumulated during the suspend phase.
 See Also
See Also