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.