다음을 통해 공유


UIApplicationDelegate_Extensions.PerformFetch 메서드

정의

다운로드할 데이터가 있는 경우 애플리케이션에서 가져오기 작업을 시작할 수 있음을 나타냅니다.

[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

매개 변수

This
IUIApplicationDelegate

이 확장 메서드가 작동하는 인스턴스입니다.

application
UIApplication

UIApplication에 대한 핸들입니다.

completionHandler
Action<UIBackgroundFetchResult>

백그라운드 가져오기 작업의 결과를 운영 체제에 알리기 위해 호출하는 콜백입니다.

특성

적용 대상