UIApplicationDelegate_Extensions.DidEnterBackground Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates that the application has entered the background.
public static void DidEnterBackground (this UIKit.IUIApplicationDelegate This, UIKit.UIApplication application);
static member DidEnterBackground : UIKit.IUIApplicationDelegate * UIKit.UIApplication -> unit
Parameters
The instance on which this extension method operates.
- application
- UIApplication
Reference to the UIApplication that invoked this delegate method.
Remarks
Apps should complete processing this method in approximately 5 seconds. If more time is necessary, applications can call BeginBackgroundTask(String, Action).