UIApplicationDelegate_Extensions.HandleEventsForBackgroundUrl 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當與背景 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
參數
這個擴充方法運作所在的實例。
- application
- UIApplication
- sessionIdentifier
- String
- completionHandler
- Action
- 屬性