CoreApplication.DecrementApplicationUseCount 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.
Decrements the total count of running app instances that use this CoreApplication instance.
public:
static void DecrementApplicationUseCount();
static void DecrementApplicationUseCount();
public static void DecrementApplicationUseCount();
function decrementApplicationUseCount()
Public Shared Sub DecrementApplicationUseCount ()
Remarks
Windows Phone 8
This API is supported in native apps only.