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