Exiting Method
Collapse the table of content
Expand the table of content

IApplicationLifetimeAware.Exiting Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Called by an application immediately before the Application.Exit event occurs.

Namespace:  System.Windows
Assembly:  System.Windows (in System.Windows.dll)

void Exiting()

This method enables your service to perform any cleanup that requires access to resources that will disposed in an application Exit event handler. This method can also access any resources in other services that will be disposed in their IApplicationService.StopService methods, regardless of the service shutdown sequence.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft