ISuspendTokenResumeCompleteTemporarilyGetToken Method |
Resumes the object suspended by this token completely for the time the returned token is referenced and not disposed.
The return value is another token that had 'absorbed' the suspend count of the object, resulting in a suspend count
of the object of 0 (zero). When these other token is finally disposed, the suspend count of the object is increased again by the 'absorbed' suspend count.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax IDisposable ResumeCompleteTemporarilyGetToken()
Return Value
IDisposableA new token. As long as this token is not disposed, and not other process calls SuspendGetToken, the object is fre (not suspended). The object is suspended again when
the returned token is disposed.
See Also