标签: windows-phone-8 windows-phone
我可以为BackgroundAudioPlayer和BackgroundAgent创建多个代理以进行文件传输吗?
答案 0 :(得分:1)
由于允许这些后台进程的运行时间非常有限,因此BackgroundAudioPlayer代理或BackgroundAgent都不适用于文件传输。
如果可能的话,你应该use the Background File Transfer 能力。您可以通过这种方式一次创建多达25个传输请求,即使您的应用程序未满足传输条件,操作系统也会继续下载您的文件。