ActionThrottler
Class

Assembly LiveChartsCore
Namespace LiveChartsCore.Kernel

Summary:
An object that is able to throttle an action.

Inheritance:
Object =>
ActionThrottler

Constructors

// An object that is able to throttle an action.
Func<Task> targetAction, // The target action to throttle.
TimeSpan time// The throttling time.
)

Properties

Gets or sets the throttler time span.
Type: TimeSpan

Methods

// Schedules a call to the target action.
// Forces the call to the target action, this call is not throttled.