NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Thread.Join ()

Waits for a thread to die.

[Visual Basic]
Overloads Public Sub Join()
[C#]
public void Join();
[C++]
public: void Join();
[JScript]
public function Join();

Exceptions

Exception Type Condition
ThreadStateException The thread has not been started.
ThreadInterruptedException The thread is interrupted while waiting.
SecurityException The caller does not have the appropriate SecurityPermission.

Remarks

[To be supplied.]

See Also

Thread Class | Thread Members | System.Threading Namespace | Thread.Join Overload List