Click or drag to resize

SuspendableObjectResumeShortlyGetToken Method

Resumes the events of this class as long as you hold the returned resume token. The original state (the suspenended state) is restored when you dispose the resume token.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IDisposable ResumeShortlyGetToken()

Return Value

IDisposable

[Missing <returns> documentation for "M:Altaxo.Main.SuspendableObject.ResumeShortlyGetToken"]

See Also