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