SuspendableDocumentLeafNodeSuspendGetToken Method |
Suspend will increase the SuspendLevel.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic override ISuspendToken SuspendGetToken()
Return Value
ISuspendTokenAn object, which must be handed to the resume function to decrease the suspend level. Alternatively,
the object can be used in an using statement. In this case, the call to the Resume function is not neccessary.
Implements
ISuspendableByTokenSuspendGetToken
See Also