Task.WaitUntilDone Method
- Updated2023-02-21
- 1 minute(s) read
TaskWaitUntilDone Method
Overload List
Name | Description | |
---|---|---|
![]() | WaitUntilDone | Waits for the measurement or generation to complete, regardless of the amount of time needed, and returns if it has completed execution. |
![]() | WaitUntilDone(Int32) | Waits for the measurement or generation to complete and returns if it has completed execution before the specified time elapses. |
![]() | WaitUntilDone(TimeSpan) |
Waits for the measurement or generation to complete and returns if it has completed execution before the specified TimeSpan elapses. |