Java.Lang.Thread.Run Method
Calls the run() method of the Runnable object the receiver holds.

Syntax

[Android.Runtime.Register("run", "()V", "GetRunHandler")]
public virtual void Run ()

See Also

Thread.Start

Remarks

Calls the run() method of the Runnable object the receiver holds. If no Runnable is set, does nothing.

[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