Android.Content.AsyncTaskLoader Members

The members of Android.Content.AsyncTaskLoader are listed below.

See Also: Inherited members from Android.Content.Loader

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
IsLoadInBackgroundCanceledbool. Returns true if the current invocation of AsyncTaskLoader.LoadInBackground is being canceled.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

override
CancelLoad() : bool
Documentation for this section has not yet been entered.
CancelLoadInBackground()
Called on the main thread to abort a load in progress.
abstract
LoadInBackground() : Java.Lang.Object
Called on a worker thread to perform the actual load and to return the result of the load operation.
OnCanceled(Java.Lang.Object)
Documentation for this section has not yet been entered.
SetUpdateThrottle(long)
Set amount to throttle updates by.

Protected Methods