Метод | Описание | |
---|---|---|
HighResolutionTimer ( ) : System |
Initializes a new instance of the HighResolutionTimer class.
|
|
Sleep ( System.TimeSpan delay ) : void |
Sleeps the specified delay.
|
|
Start ( System.TimeSpan startDelay ) : void |
Starts this instance.
|
|
Stop ( ) : void |
Stops this instance.
|
Метод | Описание | |
---|---|---|
Calibrate ( ) : int | ||
NoOp ( ) : void | ||
ThreadProcess ( ) : void |
public static Sleep ( System.TimeSpan delay ) : void | ||
delay | System.TimeSpan | The delay. |
Результат | void |
public Start ( System.TimeSpan startDelay ) : void | ||
startDelay | System.TimeSpan | The delay before the first occurence, in milliseconds. |
Результат | void |