ISuspendableByTokenSuspendGetToken Method |
Suspends the event handling of the object by getting a suspend token. The event handling of the object is resumed when the suspend token is disposed.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax ISuspendToken SuspendGetToken()
Return Value
ISuspendTokenThe suspend token. To resume events on this object, you have to dispose the returned suspend token.
See Also