Overload List

  NameDescription
Public methodWaitForSeconds<(Of <<'(TResult>)>>)(Single) (Overrides Task..::..WaitForSeconds(Single).)
Public methodWaitForSeconds<(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.)
Public methodWaitForSeconds<(Of <<'(TResult>)>>)(Single, TResult) (Overrides Task..::..WaitForSeconds<(Of <<'(TResult>)>>)(Single, TResult).)

See Also