Wait Method
From Task Parallel System.Threading
Overload List
| Name | Description | |
|---|---|---|
| Wait()()() |
Waits for the Task to complete execution.
| |
| Wait(Int32) |
Waits for the Task to complete execution.
| |
| Wait(CancellationToken) |
Waits for the Task to complete execution.
| |
| Wait(TimeSpan) |
Waits for the Task to complete execution.
| |
| Wait(Int32, CancellationToken) |
Waits for the Task to complete execution.
|