Language

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

Definition

Executes this task with the specified parameters.

[Android.Runtime.Register("execute", "([Ljava/lang/Object;)Landroid/os/AsyncTask;", "")]
public Android.OS.AsyncTask<TParams,TProgress,TResult>? Execute(params TParams[] params);
[<Android.Runtime.Register("execute", "([Ljava/lang/Object;)Landroid/os/AsyncTask;", "")>]
override this.Execute : 'Params[] -> Android.OS.AsyncTask<'Params, 'Progress, 'Result>

Parameters

params
TParams[]

The task parameters.

Returns

The requested value.

Attributes

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.

Java documentation for android.os.AsyncTask.execute(Params[]).

Applies to