共用方式為


UIApplicationDelegate_Extensions.HandleEventsForBackgroundUrl 方法

定義

當與背景 T:UIKit.NSUrlSession相關的事件正在等候處理時引發。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void HandleEventsForBackgroundUrl (this UIKit.IUIApplicationDelegate This, UIKit.UIApplication application, string sessionIdentifier, Action completionHandler);
static member HandleEventsForBackgroundUrl : UIKit.IUIApplicationDelegate * UIKit.UIApplication * string * Action -> unit

參數

This
IUIApplicationDelegate

這個擴充方法運作所在的實例。

application
UIApplication
sessionIdentifier
String
completionHandler
Action
屬性

適用於