Overload List
Name | Description | |
---|---|---|
![]() | WaitForSeconds<(Of <<'(TResult>)>>)(Single) | (Overrides Task..::..WaitForSeconds(Single).) |
![]() | WaitForSeconds<(Of <<'(TResult>)>>)(Single, TResult) |
Blocks the calling thread until the task has been ended and returns the return value of the task as the given type.
Use this method only for Tasks with return values (functions)!
(Inherited from Task.) |
![]() | WaitForSeconds<(Of <<'(TResult>)>>)(Single, TResult) | (Overrides Task..::..WaitForSeconds<(Of <<'(TResult>)>>)(Single, TResult).) |