MVCANControllerEditOriginalDocBaseTModel, TViewGetSuspendTokenForControllerDocument Method |
Gets the suspend token for the controller document. This default implementation calls SuspendGetToken() on the document.
By overriding this function you can suspend parent nodes in case it is neccessary to modify nodes at lower levels of the hierarchy.
Namespace: Altaxo.GuiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected virtual ISuspendToken? GetSuspendTokenForControllerDocument()
Return Value
ISuspendTokenThe suspend token, provided by the document.
See Also