ThreadExtensionsJoinAll Method

Overload List

JoinAll(IEnumerableThread) Blocks the calling thread until the specified threads terminates, while continuing to perform standard COM and SendMessage pumping.
JoinAll(IEnumerableThread, Int32) Blocks the calling thread until the specified threads terminates, while continuing to perform standard COM and SendMessage pumping.
JoinAll(IEnumerableThread, TimeSpan) Blocks the calling thread until the specified threads terminates, while continuing to perform standard COM and SendMessage pumping.

See Also