Click or drag to resize

PartitionableListTTemporaryDisablerDisable Method

Increase the SuspendLevel.

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

Return Value

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