Share via


AsyncTask<TParams,TProgress,TResult>.OnPostExecute Method

Definition

Overloads

OnPostExecute(Object)
OnPostExecute(TResult)

OnPostExecute(Object)

protected override void OnPostExecute (Java.Lang.Object? result);
override this.OnPostExecute : Java.Lang.Object -> unit

Parameters

result
Object

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

OnPostExecute(TResult)

[Android.Runtime.Register("onPostExecute", "(Ljava/lang/Object;)V", "GetOnPostExecute_Ljava_lang_Object_Handler")]
protected virtual void OnPostExecute (TResult result);
[<Android.Runtime.Register("onPostExecute", "(Ljava/lang/Object;)V", "GetOnPostExecute_Ljava_lang_Object_Handler")>]
override this.OnPostExecute : 'Result -> unit

Parameters

result
TResult
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.

Applies to