Click or drag to resize

SuspendableDocumentNodeSuspendGetToken Method

Suspend will increase the SuspendLevel.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public override ISuspendToken SuspendGetToken()

Return Value

ISuspendToken
An object which must be handed to the resume function to decrease the suspend level. Alternatively, the object can be used in a `using` statement. In this case, the call to the resume function is not necessary.

Implements

ISuspendableByTokenSuspendGetToken
ISuspendableByTokenSuspendGetToken
See Also