Click or drag to resize

Throttle Constructor (Action)

Initializes a new instance of the Throttle class with a default timeout of 100ms.

Namespace:  TomsToolbox.Wpf
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
public Throttle(
	Action target
)

Parameters

target
Type: SystemAction
The target action to invoke when the throttle condition is hit.
See Also