Java.Lang.IRunnable.Run Method
Starts executing the active part of the class' code.

Syntax

[Android.Runtime.Register("run", "()V", "GetRunHandler:Java.Lang.IRunnableInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void Run ()

Remarks

Starts executing the active part of the class' code. This method is called when a thread is started that has been created with a class which implements Runnable.

[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