AsyncTaskLoader.CancelLoadInBackground Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Appelé sur le thread principal pour abandonner une charge en cours.
[Android.Runtime.Register("cancelLoadInBackground", "()V", "GetCancelLoadInBackgroundHandler")]
public virtual void CancelLoadInBackground ();
[<Android.Runtime.Register("cancelLoadInBackground", "()V", "GetCancelLoadInBackgroundHandler")>]
abstract member CancelLoadInBackground : unit -> unit
override this.CancelLoadInBackground : unit -> unit
- Attributs
Remarques
Appelé sur le thread principal pour abandonner une charge en cours.
Remplacez cette méthode pour abandonner l’appel actuel de #loadInBackground
celui-ci s’exécutant en arrière-plan sur un thread de travail.
Cette méthode ne doit rien faire si #loadInBackground
elle n’a pas commencé à s’exécuter ou si elle a déjà terminé.
Documentation Java pour android.content.AsyncTaskLoader.cancelLoadInBackground()
.
Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.