Name | Description | |
---|---|---|
![]() | Delay | Will block the current thread until a time delay has passed. |
![]() | DelayAsync | Creates a task that will complete after a time delay. |
![]() | StartTimer | Creates a timer to measure the time to complete some arbitrary executions. |
The following tables list the members exposed by IClock.
Name | Description | |
---|---|---|
![]() | Delay | Will block the current thread until a time delay has passed. |
![]() | DelayAsync | Creates a task that will complete after a time delay. |
![]() | StartTimer | Creates a timer to measure the time to complete some arbitrary executions. |