Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 956 Bytes

multi-instance-advanced.md

File metadata and controls

9 lines (5 loc) · 956 Bytes

Multi-Instance Advanced

Allow multiple instances of the app to be launched and control whether new instances are launched or existing instances are reused. This includes placeholder code to allow you to control whether to re-use an existing instance or open a new one when the app is launched.

This feature will only have an affect if your app is running on a Desktop or Internet of Things (IoT) device.

Please note that the official documentation has specific notes you should be aware of if you are using background tasks as well as general considerations.

This feature extends the basic multi-instance functionality.