The members of Android.OS.AsyncTask are listed below.
See Also: Inherited members from Java.Lang.Object
Creates a new asynchronous task. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] | IsCancelled | bool. Returns true if this task was cancelled before it completed normally. |
[read-only] static | SerialExecutor | Java.Util.Concurrent.IExecutor. An Java.Util.Concurrent.IExecutor that executes tasks one at a time in serial order. |
[read-only] static | ThreadPoolExecutor | Java.Util.Concurrent.IExecutor. An Java.Util.Concurrent.IExecutor that can be used to execute tasks in parallel. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
Cancel(bool) | ||
static | Execute(Java.Lang.IRunnable)Convenience version of AsyncTask`3.execute(Params...) for use with a simple Runnable object. | |
Execute(params Java.Lang.Object[])Documentation for this section has not yet been entered. | ||
ExecuteOnExecutor(Java.Util.Concurrent.IExecutor, params Java.Lang.Object[])Documentation for this section has not yet been entered. | ||
Get()Waits if necessary for the computation to complete, and then retrieves its result. | ||
Get(long, Java.Util.Concurrent.TimeUnit)Waits if necessary for at most the given time for the computation to complete, and then retrieves its result. | ||
GetAsync()Documentation for this section has not yet been entered. | ||
GetAsync(long, Java.Util.Concurrent.TimeUnit)Documentation for this section has not yet been entered. | ||
GetStatus()Returns the current status of this task. |
abstract | DoInBackground(params Java.Lang.Object[])Documentation for this section has not yet been entered. | |
OnCancelled() | ||
OnCancelled(Java.Lang.Object)Documentation for this section has not yet been entered. | ||
OnPostExecute(Java.Lang.Object)Documentation for this section has not yet been entered. | ||
OnPreExecute()Runs on the UI thread before AsyncTask`3.doInBackground(Params...). | ||
OnProgressUpdate(params Java.Lang.Object[])Documentation for this section has not yet been entered. | ||
PublishProgress(params Java.Lang.Object[])Documentation for this section has not yet been entered. |