Starts executing the active part of the class' code.
Syntax
[Android.Runtime.Register("run", "()V", "")] public override voidRun ()
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.