microsoft / DesktopBridgeToUWP-Samples

This repo contains the samples that demonstrate the usage patterns for the Desktop Conversion extensions.
MIT License
494 stars 271 forks source link

How to use Desktop Bridge in UWP Background Task? #75

Open urjapatel opened 6 years ago

urjapatel commented 6 years ago

I have a desktop application which I need to use and communicate from Background Task. I tried various solution but no luck. Is it possible to communicate with desktop bridge app through App Service from UWP Background Task? And if yes how do i achieve that? Thanks

AdamBraden commented 5 years ago

These samples cover this topic. Is there something different about your scenario?