Thread.Join Method (System.Threading)

Switch View :
ScriptFree
.NET Framework Class Library for Silverlight
Thread.Join Method

Blocks the calling thread until a thread terminates.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method Supported by Silverlight for Windows Phone Supported by Xbox 360 Join() Blocks the calling thread until a thread terminates, while continuing to perform standard COM and SendMessage pumping.
Public method Supported by Silverlight for Windows Phone Supported by Xbox 360 Join(Int32) Blocks the calling thread until a thread terminates or the specified time elapses, while continuing to perform standard COM and SendMessage pumping.
Top
See Also

Reference