Android.OS.AsyncTask.SerialExecutor Property
An Java.Util.Concurrent.IExecutor that executes tasks one at a time in serial order.

Syntax

[Android.Runtime.Register("SERIAL_EXECUTOR")]
public static Java.Util.Concurrent.IExecutor SerialExecutor { get; }

Value

Documentation for this section has not yet been entered.

Remarks

An Java.Util.Concurrent.IExecutor that executes tasks one at a time in serial order. This serialization is global to a particular process.

[Android Documentation]

Requirements

Namespace: Android.OS
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11