UIApplicationDelegate_Extensions.PerformFetch 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
다운로드할 데이터가 있는 경우 애플리케이션에서 가져오기 작업을 시작할 수 있음을 나타냅니다.
[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
매개 변수
이 확장 메서드가 작동하는 인스턴스입니다.
- application
- UIApplication
UIApplication에 대한 핸들입니다.
- completionHandler
- Action<UIBackgroundFetchResult>
백그라운드 가져오기 작업의 결과를 운영 체제에 알리기 위해 호출하는 콜백입니다.
- 특성