[]
Initializes a new instance of LazyAction using the default delay of one second.
public LazyAction()
Initializes a new instance of LazyAction with the specified delay.
public LazyAction(TimeSpan delay)
| Type | Name | Description |
|---|---|---|
| TimeSpan | delay | The time to wait after the last Execute(Action) call before invoking the action. |