Class DeferredUIAction
Allows to execute some action on UI thread with limited frequency.
public class DeferredUIAction
- Inheritance
-
DeferredUIAction
- Inherited Members
- Extension Methods
Constructors
DeferredUIAction(Action, TimeSpan, TimeSpan?)
Create instance.
public DeferredUIAction(Action action, TimeSpan minInterval, TimeSpan? delayBy = null)
Parameters
Properties
IsEnabled
Is enabled.
public bool IsEnabled { get; set; }
Property Value
Methods
Execute()
public void Execute()