Overload List
Name | Description | |
---|---|---|
![]() | WaitForSeconds(Single) |
Blocks the calling thread until the task has been ended or the given timeout value has been reached.
|
![]() | WaitForSeconds<(Of <<'(TResult>)>>)(Single) |
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)!
|
![]() | 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)!
|