Provides simple delay functionality which is automatically scaled by a configurable speed factor.
| C# | Visual Basic | Visual C++ |
public static class Delay
Public NotInheritable Class Delay
public ref class Delay abstract sealed
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| Duration(Duration) |
Delays execution for the specified duration.
| |
| Duration(Duration, Boolean) |
Delays execution for the specified duration.
| |
| Milliseconds(Int32) |
Delays execution for the specified number of milliseconds.
| |
| Milliseconds(Int32, Boolean) |
Delays execution for the specified number of milliseconds.
| |
| Ms(Int32) |
Delays execution for the specified number of milliseconds.
| |
| Ms(Int32, Boolean) |
Delays execution for the specified number of milliseconds.
| |
| Seconds(Double) |
Delays execution for the specified number of seconds.
| |
| Seconds(Double, Boolean) |
Delays execution for the specified number of seconds.
| |
| SpeedFactor |
Gets or sets the speed factor. Set to positive infinity or zero to disable delays. Defaults is '1.0'.
|
| Object | |
| Delay | |
