Language

AsyncTask<TParams,TProgress,TResult>.DoInBackground(Object[]) Method

Definition

Performs a computation on a background thread.

protected override Java.Lang.Object? DoInBackground(params Java.Lang.Object[]? native_parms);
override this.DoInBackground : Java.Lang.Object[] -> Java.Lang.Object

Parameters

native_parms
Object[]

The task parameters for the background computation.

Returns

The requested value.

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to