简体   繁体   中英

WP8 Save file with http request in Background task when the app closes

I would like to store data in the dropbox via http request when the app closes. The time of 10 seconds in the Application_Closing function are not enough. Is there a background task that runs longer after closing the app?

Thank you

Did you check out the Background file transfer Agent? You can find a detailed description on MSDN , note that there are some restrictions to file size depending onto the network connection.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM