Overload List

  NameDescription
Public methodStatic memberContinueWhenAllEnded(IEnumerable<(Of <<'(Task>)>>), Action)
Starts the given Action when all Tasks in the Enumerable have ended.
Public methodStatic memberContinueWhenAllEnded(IEnumerable<(Of <<'(Task>)>>), Action<(Of <<'(IEnumerable<(Of <<'(Task>)>>)>)>>))
Starts the given Action when all Tasks in the Enumerable have ended.

See Also