[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Win.Tools.LazyAction.Execute

Execute Method

Execute(Action)

Schedules the specified synchronous action to execute after the configured delay, cancelling any previously pending execution.

Declaration
public void Execute(Action action)
Parameters
Type Name Description
Action action

The synchronous action to execute.

Execute(Func<Task>)

Schedules the specified asynchronous action to execute after the configured delay, cancelling any previously pending execution.

Declaration
public void Execute(Func<Task> action)
Parameters
Type Name Description
Func<Task> action

The asynchronous action to execute.