1 out of 2 rated this helpful - Rate this topic

CoreApplication.Exit method

Shuts down the app.

Note  Do not use this method to shut down an app outside of testing or debugging scenarios.

Syntax


public static void Exit()

Parameters

This method has no parameters.

Remarks

Don't call the Exit method from within an activation event handler.

This method is provided for testing purposes only.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Minimum supported phone

Windows Phone 8

Namespace

Windows.ApplicationModel.Core
Windows::ApplicationModel::Core [C++]

Metadata

Windows.winmd

See also

CoreApplication

 

 

Build date: 2/25/2013

© 2013 Microsoft. All rights reserved.