AsyncTask<TParams,TProgress,TResult>.Execute(TParams[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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[]).