Click or drag to resize

SuspendableDocumentNodeBaseSuspendGetToken Method

Increases the suspend level by one and returns a token that will resume the object when disposed.

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

Return Value

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

Implements

ISuspendableByTokenSuspendGetToken
See Also