Click or drag to resize

PartitionableListTISuspendToken Interface

Token interface for suspending and resuming events.

Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public interface ISuspendToken : IDisposable

The PartitionableListTISuspendToken type exposes the following members.

Methods
 NameDescription
Public methodDisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable)
Public methodResume Resumes event handling.
Public methodResumeSilently Resumes event handling silently.
Top
See Also