Table of Contents

Class DeferredUIAction

Namespace
Ecng.Xaml
Assembly
StockSharp.Xaml.dll

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

action Action
minInterval TimeSpan
delayBy TimeSpan?

Properties

IsEnabled

Is enabled.

public bool IsEnabled { get; set; }

Property Value

bool

Methods

Execute()

public void Execute()