TimerRunOnce Method |
Name | Description | |
---|---|---|
RunOnce(Double, Action) |
Runs the specified action once after the specified interval.
| |
RunOnce(Int32, Action) |
Runs the specified action once after the specified interval.
| |
RunOnce(TimeSpan, Action) |
Runs the specified action once after the specified interval.
|