Click or drag to resize

ISuspendableByToken Interface

Interface to objects that can be suspended by receiving a suspend token. When the suspend token is disposed, the event handling of the object is resumed.

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

The ISuspendableByToken type exposes the following members.

Properties
 NameDescription
Public propertyIsSuspended Gets a value indicating whether this instance is suspended.
Top
Methods
 NameDescription
Public methodSuspendGetToken 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.
Top
See Also