UIApplicationDelegate_Extensions.PerformFetch 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.
Indique que l’application peut commencer une opération d’extraction si elle a des données à télécharger.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void PerformFetch (this UIKit.IUIApplicationDelegate This, UIKit.UIApplication application, Action<UIKit.UIBackgroundFetchResult> completionHandler);
static member PerformFetch : UIKit.IUIApplicationDelegate * UIKit.UIApplication * Action<UIKit.UIBackgroundFetchResult> -> unit
Paramètres
Instance sur laquelle cette méthode d’extension fonctionne.
- application
- UIApplication
Handle vers l’UIApplication.
- completionHandler
- Action<UIBackgroundFetchResult>
Rappel à appeler pour notifier le système d’exploitation du résultat de l’opération d’extraction en arrière-plan.
- Attributs