Android.Content.AsyncTaskLoader.CancelLoadInBackground Method
Called on the main thread to abort a load in progress.

Syntax

[Android.Runtime.Register("cancelLoadInBackground", "()V", "GetCancelLoadInBackgroundHandler")]
public virtual void CancelLoadInBackground ()

See Also

AsyncTaskLoader.LoadInBackground

Remarks

Called on the main thread to abort a load in progress. Override this method to abort the current invocation of AsyncTaskLoader.LoadInBackground that is running in the background on a worker thread. This method should do nothing if AsyncTaskLoader.LoadInBackground has not started running or if it has already finished.

[Android Documentation]

Requirements

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