Java.Util.Concurrent.ForkJoinWorkerThread.OnStart Method
Initializes internal state after construction but before processing any tasks.

Syntax

[Android.Runtime.Register("onStart", "()V", "GetOnStartHandler")]
protected virtual void OnStart ()

Remarks

Initializes internal state after construction but before processing any tasks. If you override this method, you must invoke super.onStart() at the beginning of the method. Initialization requires care: Most fields must have legal default values, to ensure that attempted accesses from other threads work correctly even before this thread starts processing tasks.

[Android Documentation]

Requirements

Namespace: Java.Util.Concurrent
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0