Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有什么方法可以直接与 windows phone 7 中的 AudioPlaybackAgent 通信,而不必将文件写入磁盘(隔离存储/DB)。
理想情况下,我想公开一个接受对象的属性或方法。
如果没有,我会对字符串感到满意。
由于代理的执行方式,无法直接调用代理上的方法。不直接支持进程间通信。
对于设备上的通信,IsolatedStorage 的唯一替代方法是使用 (SQL CE) 数据库。 您可以让两个进程通过外部网站进行通信,但这可能有点矫枉过正,如果没有可用的网络连接,可能会导致问题。