Overload List

  NameDescription
Public methodWaitForSeconds(Single)
Blocks the calling thread until the task has been ended or the given timeout value has been reached.
Public methodWaitForSeconds<(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)!
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)!

See Also