SuspendableObjectResume(ISuspendToken) Method |
Decrease the suspend level by disposing the suppress token. The token will fire the Resume event
if the suppress level falls to zero.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public int Resume(
ref ISuspendToken?? token
)
Parameters
- token ISuspendToken
Return Value
Int32The event count accumulated during the suspend phase.
See Also