Inter application communication in WinRT

后端 未结 4 1375
渐次进展
渐次进展 2021-01-23 00:06

There are two WinRT applications (C#/Xaml if it matters) on Windows 8. The first app should receive and send some data into the second one. What the best way to do that? Can WCF

4条回答
  •  广开言路
    2021-01-23 00:42

    One thing I stumbled across is: Windows.Networking.BackgroundTransfer

    Basically coming from this article: Transferring data in the background (Windows Store apps using C#/VB/C++ and XAML)

    But I'm actually not through the hole article & concept of background tasks. Maybe someone can comment on this?

提交回复
热议问题