SuspendableObjectResumeShortlyGetToken Method |
Resumes the events of this class as long as you hold the returned resume token. The original state, that is, the suspended state, is restored when you dispose the resume token.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic IDisposable ResumeShortlyGetToken()
Return Value
IDisposableA token that temporarily resumes events until it is disposed.
See Also