Click or drag to resize

MVCANControllerEditOriginalDocBaseTModel, TView_suspendToken Field

The suspend token of the document being edited. If _useDocumentCopy is false, we assume that a controller higher in the hierarchy has made a copy of the document, thus we do not use a suspend token for the document.

Namespace: Altaxo.Gui
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
protected ISuspendToken? _suspendToken

Field Value

ISuspendToken
See Also