Overload List

  NameDescription
Public methodWait<(Of <<'(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)!
Public methodWait()()()()
Blocks the calling thread until the task has been ended.

See Also