Java.Lang.Thread.Join Method
Blocks the current Thread (Thread.currentThread()) until the receiver finishes its execution and dies.

Syntax

[Android.Runtime.Register("join", "()V", "")]
public void Join ()

See Also

Object.NotifyAll
ThreadDeath

Exceptions

TypeReason
Java.Lang.InterruptedExceptionif the current thread has been interrupted. The interrupted status of the current thread will be cleared before the exception is thrown.

Remarks

Blocks the current Thread (Thread.currentThread()) until the receiver finishes its execution and dies.

[Android Documentation]

Requirements

Namespace: Java.Lang
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1