Click or drag to resize

DispatcherThrottle Constructor (DispatcherPriority, Action)

Initializes a new instance of the DispatcherThrottle class.

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

Parameters

priority
Type: System.Windows.ThreadingDispatcherPriority
The priority of the dispatcher.
target
Type: SystemAction
The target action to invoke when the throttle condition is hit.
See Also