Click or drag to resize

DispatcherThrottle Constructor (Action)

Initializes a new instance of the DispatcherThrottle class.

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

Parameters

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