Click or drag to resize

PartitionableListTTemporaryDisablerDisable Method

Increase the SuspendLevel.

Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public PartitionableListTISuspendToken Disable()

Return Value

PartitionableListTISuspendToken
An object, which must be disposed in order to re-enabling again. The most convenient way is to use a using statement with this function call
See Also