Partager via


UIApplicationDelegate_Extensions.PerformFetch Méthode

Définition

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

This
IUIApplicationDelegate

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

S’applique à