Java.Lang.Thread.Start Method
Starts the new Thread of execution.

Syntax

[Android.Runtime.Register("start", "()V", "GetStartHandler")]
public virtual void Start ()

See Also

Thread.Run

Exceptions

TypeReason
Java.Lang.IllegalThreadStateException- if this thread has already started.

Remarks

Starts the new Thread of execution. The run() method of the receiver will be called by the receiver Thread itself (and not the Thread calling start()).

[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