Wait Method
From Task Parallel System.Threading
|
|
| .NET Framework Class Library |
| Task<(Of <(TResult>)>)..::.Wait Method |
| Task<(Of <(TResult>)>) Class See Also Send Feedback |
Overload List
| Name | Description | |
|---|---|---|
| Wait()()() |
Waits for the Task to complete execution.
(Inherited from Task.) | |
| Wait(Int32) |
Waits for the Task to complete execution.
(Inherited from Task.) | |
| Wait(CancellationToken) |
Waits for the Task to complete execution.
(Inherited from Task.) | |
| Wait(TimeSpan) |
Waits for the Task to complete execution.
(Inherited from Task.) | |
| Wait(Int32, CancellationToken) |
Waits for the Task to complete execution.
(Inherited from Task.) |