Constructs a new Thread.
Syntax
[Android.Runtime.Register("newThread", "(Ljava/lang/Runnable;)Ljava/lang/Thread;", "GetNewThread_Ljava_lang_Runnable_Handler:Java.Util.Concurrent.IThreadFactoryInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public
Java.Lang.Thread NewThread (
Java.Lang.IRunnable r)
Parameters
- r
- a runnable to be executed by new thread instance
Returns
Documentation for this section has not yet been entered.
Remarks
Requirements
Namespace: Java.Util.Concurrent
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1