Android.Content.Loader.ForceLoad Method
Force an asynchronous load.

Syntax

[Android.Runtime.Register("forceLoad", "()V", "GetForceLoadHandler")]
public virtual void ForceLoad ()

Remarks

Force an asynchronous load. Unlike Loader.StartLoading this will ignore a previously loaded data set and load a new one. This simply calls through to the implementation's Loader.OnForceLoad. You generally should only call this when the loader is started -- that is, Loader.IsStarted returns true.

Must be called from the process's main thread.

[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