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.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public IDisposable ResumeShortlyGetToken()
Return Value
IDisposable[Missing <returns> documentation for "M:Altaxo.Main.SuspendableObject.ResumeShortlyGetToken"]
See Also