Android.Content.AsyncTaskLoader.OnLoadInBackground Method
Calls AsyncTaskLoader.LoadInBackground.

Syntax

[Android.Runtime.Register("onLoadInBackground", "()Ljava/lang/Object;", "GetOnLoadInBackgroundHandler")]
protected virtual Java.Lang.Object OnLoadInBackground ()

See Also

AsyncTaskLoader.LoadInBackground

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Android.OS.OperationCanceledExceptionif the load is canceled during execution.

Remarks

Calls AsyncTaskLoader.LoadInBackground. This method is reserved for use by the loader framework. Subclasses should override AsyncTaskLoader.LoadInBackground instead of this method.

[Android Documentation]

Requirements

Namespace: Android.Content
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11