[]
Represents a deferred action to perform a single action instead of a sequence of actions called within a specified delay.
public class LazyAction
Name | Description |
---|---|
LazyAction() | |
LazyAction(TimeSpan) |
Name | Description |
---|---|
Execute(Action) | |
Execute(Func<Task>) |